bewcloud/.env.sample

21 lines
644 B
Text
Raw Permalink Normal View History

2024-03-16 08:40:24 +00:00
PORT=8000
BASE_URL="http://localhost:8000"
2024-03-16 08:40:24 +00:00
POSTGRESQL_HOST="postgresql" # docker container name or external hostname/IP
2024-03-16 08:40:24 +00:00
POSTGRESQL_USER="postgres"
POSTGRESQL_PASSWORD="fake"
2024-03-18 08:16:30 +00:00
POSTGRESQL_DBNAME="bewcloud"
2024-03-16 08:40:24 +00:00
POSTGRESQL_PORT=5432
POSTGRESQL_CAFILE=""
JWT_SECRET="fake"
PASSWORD_SALT="fake"
BREVO_API_KEY="fake"
CONFIG_ALLOW_SIGNUPS="false"
CONFIG_ENABLED_APPS="news,notes,photos" # dashboard and files cannot be disabled
CONFIG_FILES_ROOT_PATH="data-files"
CONFIG_ENABLE_EMAILS="false" # if true, email verification will be required for signups (using Brevo)
CONFIG_ENABLE_FOREVER_SIGNUP="true" # if true, all signups become active for 100 years