Skip to content

Commit 21a464d

Browse files
authored
Rename forums to forum
1 parent f552058 commit 21a464d

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
@@ -30,6 +30,6 @@
3030
'TEST_APP_UUID': os.environ.get('TEST_APP_UUID', None),
3131
'DISCOURSE_USER': os.environ.get('DISCOURSE_USER', 'annedroid'),
3232
'DISCOURSE_API_KEY': os.environ.get('DISCOURSE_API_KEY', None),
33-
'DISCOURSE_HOST': os.environ.get('DISCOURSE_HOST', f'forums.{domain_root}'),
33+
'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')),
3535
}

0 commit comments

Comments
 (0)