change name of database for worblehat

This commit is contained in:
Vegard Bieker Matthey
2026-03-18 14:43:44 +01:00
parent 723cce2feb
commit 34b6bf9969

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_file = config.sops.secrets."worblehat/postgresql/password".path;
};