mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
glauth: Further... again...
This commit is contained in:
parent
040173bd94
commit
9d01dca869
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ in
|
|||
host=${dbcfg.host}
|
||||
port=${toString dbcfg.port}
|
||||
dbname=glauth
|
||||
username=${dbcfg.username}
|
||||
user=${dbcfg.username}
|
||||
password=@db-password@
|
||||
sslmode=${if dbcfg.ssl then "enable" else "disable"}
|
||||
'') else "database = \"gl.db\"";
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
secrets.files = {
|
||||
glauth-postgres-file = {
|
||||
text = tf.variables.glauth-postgres.ref;
|
||||
owner = "glauth";
|
||||
owner = "postgres";
|
||||
group = "glauth";
|
||||
};
|
||||
glauth-config-file = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue