Added host

This commit is contained in:
2025-01-02 12:05:29 +02:00
parent 38cc2f3f34
commit 67fff42079

View File

@@ -59,6 +59,7 @@
db.dialect = "postgres";
db.user = "wakapi";
db.password = "1234";
db.host = "127.0.0.1";
};
};
};