Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user@rocketchat:/home/rocketchat# cat .env
- ### Rocket.Chat configuration
- # Rocket.Chat version
- # see:- https://github.com/RocketChat/Rocket.Chat/releases
- RELEASE=7.0.3
- # MongoDB endpoint (include ?replicaSet= parameter)
- #MONGO_URL=
- # MongoDB endpoint to the local database
- #MONGO_OPLOG_URL=
- # IP to bind the process to
- #BIND_IP=
- # URL used to access your Rocket.Chat instance
- #ROOT_URL=
- # Port Rocket.Chat runs on (in-container)
- #PORT=
- # Port on the host to bind to
- #HOST_PORT=
- ### MongoDB configuration
- # MongoDB version/image tag
- #MONGODB_VERSION=
- # See:- https://hub.docker.com/r/bitnami/mongodb
- ### Traefik config (if enabled)
- # Traefik version/image tag
- #TRAEFIK_RELEASE=
- # Domain for https (change ROOT_URL & BIND_IP accordingly)
- #DOMAIN=
- # Email for certificate notifications
- #LETSENCRYPT_EMAIL=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement