Explicit dbname

This commit is contained in:
Daniel Flanagan 2023-07-28 16:46:45 -05:00
parent 39d20deeaa
commit ec03f63d50
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 4 additions and 1 deletions

View File

@ -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";