2021-01-06 17:58:29 +01:00
|
|
|
# Use the main port in the builder for your self hosting URL, e.g. localhost:10000
|
|
|
|
MAIN_PORT=10000
|
|
|
|
|
|
|
|
# Use this password when configuring your self hosting settings
|
|
|
|
# This should be updated
|
|
|
|
HOSTING_KEY=budibase
|
|
|
|
|
|
|
|
# This section contains all secrets pertaining to the system
|
|
|
|
# These should be updated
|
|
|
|
JWT_SECRET=testsecret
|
2020-12-11 17:38:40 +01:00
|
|
|
MINIO_ACCESS_KEY=budibase
|
|
|
|
MINIO_SECRET_KEY=budibase
|
|
|
|
COUCH_DB_PASSWORD=budibase
|
|
|
|
COUCH_DB_USER=budibase
|
2021-01-06 17:58:29 +01:00
|
|
|
|
|
|
|
# This section contains variables that do not need to be altered under normal circumstances
|
2020-12-16 17:02:36 +01:00
|
|
|
APP_PORT=4002
|
2020-12-18 13:54:20 +01:00
|
|
|
WORKER_PORT=4003
|
|
|
|
MINIO_PORT=4004
|
|
|
|
COUCH_DB_PORT=4005
|
2021-03-22 17:18:29 +01:00
|
|
|
REDIS_PORT=6379
|
2021-01-06 17:58:29 +01:00
|
|
|
BUDIBASE_ENVIRONMENT=PRODUCTION
|