Skip to content
Snippets Groups Projects
source 349 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
export MONGO_PASSWORD=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 18 | head -n 1)
export MONGO_OPLOG_PASSWORD=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 18 | head -n 1)
export ADMIN_PASS=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 18 | head -n 1)

export FQDN=${CHAT_SUBDOMAIN}-${NS}
export FQDN_DOTS=${CHAT_SUBDOMAIN}.${DOMAIN}