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.
2 parents 72e3fda + 73ad29e commit ad8f2d0Copy full SHA for ad8f2d0
appstore/settings.py
@@ -25,4 +25,5 @@
25
'AWS_ACCESS_KEY': os.environ.get('AWS_ACCESS_KEY', None),
26
'AWS_SECRET_KEY': os.environ.get('AWS_SECRET_KEY', None),
27
'S3_ENDPOINT': os.environ.get('S3_ENDPOINT', None),
28
+ 'TEST_APP_UUID': os.environ.get('TEST_APP_UUID', None),
29
}
0 commit comments