set default settings for worblehat and dibbler

This commit is contained in:
Vegard Bieker Matthey
2026-03-18 13:39:47 +01:00
parent e1c820d37e
commit 0d41e53589
3 changed files with 71 additions and 9 deletions
+2 -2
View File
@@ -60,8 +60,8 @@
database = {
type = "postgresql";
postgresql = {
username = "pvv_vv";
dbname = "pvv_vv";
username = "worblehat";
dbname = "worblehat";
host = "postgres.pvv.ntnu.no";
password = config.sops.secrets."worblehat/postgresql/password".path;
};