services: gitea database
This commit is contained in:
parent
15c7898e8e
commit
5d2257b239
@ -13,10 +13,10 @@
|
|||||||
httpAdress = "localhost";
|
httpAdress = "localhost";
|
||||||
dump.type = "tar.xz";
|
dump.type = "tar.xz";
|
||||||
domain = "git2.kabtop.de";
|
domain = "git2.kabtop.de";
|
||||||
database.type = "postgres";
|
# database.type = "postgres";
|
||||||
database.user = "gitea";
|
# database.user = "gitea";
|
||||||
database.name = "giteadb"
|
# database.name = "giteadb"
|
||||||
database.passwordFile = config.age.secrets."services/gitea/databasePassword".path;
|
# database.passwordFile = config.age.secrets."services/gitea/databasePassword".path;
|
||||||
appName = "Kabtop Git";
|
appName = "Kabtop Git";
|
||||||
# mailerPasswordFile = config.age.secrets."services/gitea/mailerPassword".path;
|
# mailerPasswordFile = config.age.secrets."services/gitea/mailerPassword".path;
|
||||||
settings = {
|
settings = {
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user