1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00
budibase/hosting/.env

31 lines
877 B
Bash
Raw Normal View History

# Use the main port in the builder for your self hosting URL, e.g. localhost:10000
2022-01-31 09:20:43 +13:00
MAIN_PORT=10000
# This section contains all secrets pertaining to the system
# These should be updated
API_ENCRYPTION_KEY=testsecret
2022-01-31 09:20:43 +13:00
JWT_SECRET=testsecret
MINIO_ACCESS_KEY=budibase
MINIO_SECRET_KEY=budibase
COUCH_DB_PASSWORD=budibase
COUCH_DB_USER=budibase
REDIS_PASSWORD=budibase
INTERNAL_API_KEY=budibase
# 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
REDIS_PORT=6379
WATCHTOWER_PORT=6161
BUDIBASE_ENVIRONMENT=PRODUCTION
2023-02-07 01:06:45 +13:00
SQL_MAX_ROWS=
# An admin user can be automatically created initially if these are set
BB_ADMIN_USER_EMAIL=
BB_ADMIN_USER_PASSWORD=
# A path that is watched for plugin bundles. Any bundles found are imported automatically/
2023-02-07 01:06:45 +13:00
PLUGINS_DIR=
2023-07-11 01:59:59 +12:00
ROLLING_LOG_MAX_SIZE=