diff --git a/examples/plausible/plausible-conf.env b/examples/plausible/.env similarity index 95% rename from examples/plausible/plausible-conf.env rename to examples/plausible/.env index db0356b..cb1407e 100644 --- a/examples/plausible/plausible-conf.env +++ b/examples/plausible/.env @@ -4,3 +4,4 @@ ADMIN_USER_PWD=MyVeryStrongLoginPasswordForPlausible # change this BASE_URL=https://plausible.example.com:443 # change this SECRET_KEY_BASE=9meoKctVLEjZGm+CQwNbgZdAiWnw== # change this to a secure random secret DISABLE_REGISTRATION=true +PSQL_PASS=password