capitalization

This commit is contained in:
2025-04-18 22:21:07 -06:00
parent 690893bff0
commit cd489f0f98
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ in
environmentFiles = [ config.sops.secrets.ryot.path ];
environment = {
RUST_LOG = "ryot=debug,sea_orm=debug";
TZ = config.my.timezone;
TZ = config.my.timeZone;
DATABASE_URL = "postgres:///ryot?host=${config.my.postgresSocket}";
FRONTEND_INSECURE_COOKIES = "true";
};