This commit is contained in:
2025-08-21 14:51:19 +03:00
parent 247d23921e
commit b389ade073

View File

@@ -50,9 +50,9 @@
database = {
user = "git";
name = "git";
type = "postgres";
passwordFile = config.sops.secrets.gitea-db-password.path;
createDatabase = false;
# type = "postgres";
# passwordFile = config.sops.secrets.gitea-db-password.path;
# createDatabase = false;
};
settings.server = {
DOMAIN = "git.kyren.codes";