Co-authored-by: Sönke Domröse <soenke.domroese@lichtblick.de> Reviewed-on: #3
32 lines
982 B
Bash
32 lines
982 B
Bash
# Use the main port in the builder for your self hosting URL, e.g. localhost:10000
|
|
MAIN_PORT=10000
|
|
|
|
# This section contains all secrets pertaining to the system
|
|
# These should be updated
|
|
API_ENCRYPTION_KEY="r*6V&XX#Nc@KhkB7"
|
|
JWT_SECRET="4hXZmFIvjmb$!jIp"
|
|
MINIO_ACCESS_KEY="*PG2M5^6WByh!uT1"
|
|
MINIO_SECRET_KEY="I238Lt@TqB#eTtG%"
|
|
COUCH_DB_PASSWORD="OgDcjjIA^Q6i0*VN"
|
|
COUCH_DB_USER=budibase
|
|
REDIS_PASSWORD="wfU2ufV*4#pxSyr&"
|
|
INTERNAL_API_KEY="pWCxHj8*A6bfEzTB"
|
|
|
|
# This section contains variables that do not need to be altered under normal circumstances
|
|
APP_PORT=4002
|
|
WORKER_PORT=4003
|
|
MINIO_PORT=4004
|
|
COUCH_DB_PORT=4005
|
|
COUCH_DB_SQS_PORT=4006
|
|
REDIS_PORT=6379
|
|
BUDIBASE_ENVIRONMENT=PRODUCTION
|
|
SQL_MAX_ROWS=
|
|
|
|
# An admin user can be automatically created initially if these are set
|
|
BB_ADMIN_USER_EMAIL=soenke@domroese.eu
|
|
BB_ADMIN_USER_PASSWORD="$$3ljjnr6#nGO3pP"
|
|
|
|
# A path that is watched for plugin bundles. Any bundles found are imported automatically/
|
|
PLUGINS_DIR=
|
|
ROLLING_LOG_MAX_SIZE=
|