Advertisement
Guest User

Untitled

a guest
Dec 18th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. user@rocketchat:/home/rocketchat# cat .env
  2. ### Rocket.Chat configuration
  3.  
  4. # Rocket.Chat version
  5. # see:- https://github.com/RocketChat/Rocket.Chat/releases
  6. RELEASE=7.0.3
  7. # MongoDB endpoint (include ?replicaSet= parameter)
  8. #MONGO_URL=
  9. # MongoDB endpoint to the local database
  10. #MONGO_OPLOG_URL=
  11. # IP to bind the process to
  12. #BIND_IP=
  13. # URL used to access your Rocket.Chat instance
  14. #ROOT_URL=
  15. # Port Rocket.Chat runs on (in-container)
  16. #PORT=
  17. # Port on the host to bind to
  18. #HOST_PORT=
  19.  
  20. ### MongoDB configuration
  21. # MongoDB version/image tag
  22. #MONGODB_VERSION=
  23. # See:- https://hub.docker.com/r/bitnami/mongodb
  24.  
  25. ### Traefik config (if enabled)
  26. # Traefik version/image tag
  27. #TRAEFIK_RELEASE=
  28. # Domain for https (change ROOT_URL & BIND_IP accordingly)
  29. #DOMAIN=
  30. # Email for certificate notifications
  31. #LETSENCRYPT_EMAIL=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement