We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d55445 + 17111b5 commit 736c711Copy full SHA for 736c711
aws-env.prod
@@ -3,7 +3,7 @@ export BUGZILLA_URL=https://dashboard.unee-t.com
3
export MONGO_PASSWORD=$(aws --profile uneet-prod ssm get-parameters --names MONGO_PASSWORD --with-decryption --query Parameters[0].Value --output text)
4
export MONGO_CONNECT="prod-shard-00-00-n2ose.mongodb.net:27017,prod-shard-00-01-n2ose.mongodb.net:27017,prod-shard-00-02-n2ose.mongodb.net:27017/test?ssl=true&replicaSet=Prod-shard-0&authSource=admin"
5
export MYSQL_DATABASE=bugzilla
6
-export MYSQL_HOST=db.prod.unee-t.com
+export MYSQL_HOST=auroradb.unee-t.com
7
export MYSQL_PASSWORD=$(aws --profile uneet-prod ssm get-parameters --names MYSQL_PASSWORD --with-decryption --query Parameters[0].Value --output text)
8
export MYSQL_PORT=3306
9
export MYSQL_USER=bugzilla
0 commit comments