Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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
- JWT_SECRET=MRS_JWT_9879876
- MINIO_ACCESS_KEY=MRS_MINI_9879876
- MINIO_SECRET_KEY=MRS_MINI_9879876
- COUCH_DB_PASSWORD=password
- COUCH_DB_USER=user
- REDIS_PASSWORD=password
- INTERNAL_API_KEY=MRS_9879876
- # This section contains variables that do not need to be altered under normal circumstances
- APP_PORT=4002
- WORKER_PORT=4003
- MINIO_PORT=9000
- COUCH_DB_PORT=5984
- REDIS_PORT=6379
- WATCHTOWER_PORT=6161
- BUDIBASE_ENVIRONMENT=PRODUCTION
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement