Skip to content

Commit 94aee9d

Browse files
author
Kai Hendry
committed
Try Aurora DB unee-t/bugzilla#9
1 parent b8199b7 commit 94aee9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-env.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export BUGZILLA_URL=https://dev.dashboard.unee-t.com
33
export MONGO_PASSWORD=$(aws --profile uneet-dev ssm get-parameters --names MONGO_PASSWORD --with-decryption --query Parameters[0].Value --output text)
44
export MONGO_CONNECT="dev-shard-00-00-qxxao.mongodb.net:27017,dev-shard-00-01-qxxao.mongodb.net:27017,dev-shard-00-02-qxxao.mongodb.net:27017/test?ssl=true&replicaSet=Dev-shard-0&authSource=admin"
55
export MYSQL_DATABASE=bugzilla
6-
export MYSQL_HOST=db.dev.unee-t.com
6+
export MYSQL_HOST=auroradb.dev.unee-t.com
77
export MYSQL_PASSWORD=$(aws --profile uneet-dev 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)