set default settings for worblehat and dibbler

This commit is contained in:
Vegard Bieker Matthey
2026-03-18 13:39:47 +01:00
parent 6a23363f6a
commit 2a3a3e36c0
3 changed files with 71 additions and 9 deletions

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;
};