Advertisement
A_God

Hosting

Sep 7th, 2021
1,576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Use the main port in the builder for your self hosting URL, e.g. localhost:10000
  2. MAIN_PORT=10000
  3.  
  4. # This section contains all secrets pertaining to the system
  5. # These should be updated
  6. JWT_SECRET=MRS_JWT_9879876
  7. MINIO_ACCESS_KEY=MRS_MINI_9879876
  8. MINIO_SECRET_KEY=MRS_MINI_9879876
  9. COUCH_DB_PASSWORD=password
  10. COUCH_DB_USER=user
  11. REDIS_PASSWORD=password
  12. INTERNAL_API_KEY=MRS_9879876
  13.  
  14. # This section contains variables that do not need to be altered under normal circumstances
  15. APP_PORT=4002
  16. WORKER_PORT=4003
  17. MINIO_PORT=9000
  18. COUCH_DB_PORT=5984
  19. REDIS_PORT=6379
  20. WATCHTOWER_PORT=6161
  21. BUDIBASE_ENVIRONMENT=PRODUCTION
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement