Update and rename plausible-conf.env to .env

This commit is contained in:
LRVT
2024-01-14 20:35:04 +01:00
committed by GitHub
parent f69ad323ef
commit 03fa6e1e07

7
examples/plausible/.env Normal file
View File

@@ -0,0 +1,7 @@
ADMIN_USER_EMAIL=john.doe@example.com # this is your admin user for login
ADMIN_USER_NAME=superuser # this is your admin username
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