mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
18 lines
381 B
Text
18 lines
381 B
Text
PORT=8000
|
|
BASE_URL="http://localhost:8000"
|
|
|
|
POSTGRESQL_HOST="localhost"
|
|
POSTGRESQL_USER="postgres"
|
|
POSTGRESQL_PASSWORD="fake"
|
|
POSTGRESQL_DBNAME="bewcloud"
|
|
POSTGRESQL_PORT=5432
|
|
POSTGRESQL_CAFILE=""
|
|
|
|
JWT_SECRET="fake"
|
|
PASSWORD_SALT="fake"
|
|
|
|
BREVO_API_KEY="fake"
|
|
|
|
CONFIG_ALLOW_SIGNUPS="false"
|
|
CONFIG_ENABLED_APPS="dashboard,news,files,notes,photos"
|
|
CONFIG_FILES_ROOT_PATH="data-files"
|