Explicit dbname
This commit is contained in:
parent
39d20deeaa
commit
ec03f63d50
1 changed files with 4 additions and 1 deletions
|
@ -324,7 +324,10 @@
|
|||
releaseCookiePath = config.sops.secrets.plausible-erlang-cookie.path;
|
||||
database = {
|
||||
clickhouse.setup = true;
|
||||
postgres.setup = false;
|
||||
postgres = {
|
||||
setup = false;
|
||||
dbname = "plausible";
|
||||
};
|
||||
};
|
||||
server = {
|
||||
baseUrl = "http://beefcake.hare-cod.ts.net:8899";
|
||||
|
|
Reference in a new issue