3 lines
291 B
Django/Jinja
3 lines
291 B
Django/Jinja
ROOT_URL="https://chat.foo.sh/"
|
|
MONGO_URL="mongodb://rocketchat:{{ rocketchat_mongodb_pass }}@mongodb01.home.foo.sh:27017/rocketchat?tls=true&tlscafile=/etc/ssl/certs/ca.crt&tlscertificatekeyfile=/etc/ssl/private/rocketchat.pem"
|
|
MONGO_OPLOG_URL="mongodb://mongodb01.home.foo.sh:27017/local"
|