Skip to content

Commit 7f530c1

Browse files
annedroid -> anne_droid
1 parent 3f7784f commit 7f530c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appstore/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'AWS_SECRET_KEY': os.environ.get('AWS_SECRET_KEY', None),
2929
'S3_ENDPOINT': os.environ.get('S3_ENDPOINT', None),
3030
'TEST_APP_UUID': os.environ.get('TEST_APP_UUID', None),
31-
'DISCOURSE_USER': os.environ.get('DISCOURSE_USER', 'annedroid'),
31+
'DISCOURSE_USER': os.environ.get('DISCOURSE_USER', 'anne_droid'),
3232
'DISCOURSE_API_KEY': os.environ.get('DISCOURSE_API_KEY', None),
3333
'DISCOURSE_HOST': os.environ.get('DISCOURSE_HOST', f'forum.{domain_root}'),
3434
'DISCOURSE_SHOWCASE_TOPIC_ID': int(os.environ.get('DISCOURSE_SHOWCASE_TOPIC_ID', '3')),

0 commit comments

Comments
 (0)