Skip to content

Commit 526dd6f

Browse files
committed
Update the env vars
1 parent a8c582d commit 526dd6f

File tree

3 files changed

+38
-21157
lines changed

3 files changed

+38
-21157
lines changed

set_env.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This file is used for convenience of local development.
22
# DO NOT STORE YOUR CREDENTIALS INTO GIT
33
export POSTGRES_USERNAME=postgres
4-
export POSTGRES_PASSWORD=password1
5-
export POSTGRES_HOST=udagram2.csixzufepzrt.us-west-2.rds.amazonaws.com
6-
export POSTGRES_DB=udagram
7-
export AWS_BUCKET=arn:aws:s3:::udaconnect
8-
export AWS_REGION=us-west-2
9-
export AWS_PROFILE=test
4+
export POSTGRES_PASSWORD=mypassword
5+
export POSTGRES_HOST=postgres.cr9bldgsf1j6.us-east-1.rds.amazonaws.com
6+
export POSTGRES_DB=postgres
7+
export AWS_BUCKET=arn:aws:s3:::mybucket1200798
8+
export AWS_REGION=us-east-1
9+
export AWS_PROFILE=default
1010
export JWT_SECRET=testing
1111
export URL=http://localhost:8100

0 commit comments

Comments
 (0)