Skip to content

Commit 00b5ca5

Browse files
committed
Remove old password from localconfig
1 parent aa63f2e commit 00b5ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localconfig.env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
SQLALCHEMY_DATABASE_URI = os.environ.get(
2222
'GALLERY_DATABASE_URI',
23-
'postgresql://gallery:undergrowth7803824=exhibitionist@postgres.csh.rit.edu/gallery-dev')
23+
'postgresql://DB_USERNAME:DB_PASSWORD@postgres.csh.rit.edu/gallery-dev')
2424
SQLALCHEMY_TRACK_MODIFICATIONS = False
2525

2626
S3_URI = os.environ.get('GALLERY_S3_URI', 'https://s3.csh.rit.edu')

0 commit comments

Comments
 (0)