flake update: fix warnings/obsoletes

This commit is contained in:
2026-04-13 20:51:51 -04:00
parent bd5d90326e
commit ef706877d3
4 changed files with 6 additions and 5 deletions

View File

@@ -10,9 +10,10 @@ in {
SECRET_KEY = config.sops.secrets.tandoor-secret.path;
DB_ENGINE = "django.db.backends.postgresql";
POSTGRES_HOST = "127.0.0.1";
POSTGRES_PORT = config.services.postgresql.port;
POSTGRES_PORT = config.services.postgresql.settings.port;
POSTGRES_USER = tandoor_user;
POSTGRES_DB = tandoor_user;
MEDIA_ROOT = "/var/lib/tandoor-recipes/media";
ENABLE_SIGNUP = "1";
};
};