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.
1 parent aa63f2e commit 00b5ca5Copy full SHA for 00b5ca5
localconfig.env.py
@@ -20,7 +20,7 @@
20
21
SQLALCHEMY_DATABASE_URI = os.environ.get(
22
'GALLERY_DATABASE_URI',
23
- 'postgresql://gallery:undergrowth7803824=exhibitionist@postgres.csh.rit.edu/gallery-dev')
+ 'postgresql://DB_USERNAME:DB_PASSWORD@postgres.csh.rit.edu/gallery-dev')
24
SQLALCHEMY_TRACK_MODIFICATIONS = False
25
26
S3_URI = os.environ.get('GALLERY_S3_URI', 'https://s3.csh.rit.edu')
0 commit comments