Skip to content

Commit 17111b5

Browse files
switch the database for production to Aurora db instance
1 parent 7d55445 commit 17111b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-env.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export BUGZILLA_URL=https://dashboard.unee-t.com
33
export MONGO_PASSWORD=$(aws --profile uneet-prod ssm get-parameters --names MONGO_PASSWORD --with-decryption --query Parameters[0].Value --output text)
44
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"
55
export MYSQL_DATABASE=bugzilla
6-
export MYSQL_HOST=db.prod.unee-t.com
6+
export MYSQL_HOST=auroradb.unee-t.com
77
export MYSQL_PASSWORD=$(aws --profile uneet-prod ssm get-parameters --names MYSQL_PASSWORD --with-decryption --query Parameters[0].Value --output text)
88
export MYSQL_PORT=3306
99
export MYSQL_USER=bugzilla

0 commit comments

Comments
 (0)