Move hardcoded urls into config.

This commit is contained in:
snowfag
2017-06-03 14:40:32 -04:00
parent 3165389d52
commit 68c2c965a4
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ SECRET_KEY = '***'
# Prefix for running multiple sites, user table will not be prefixed.
SITE_FLAVOR = 'nyaa' # 'nyaa' or 'sukebei'
EXTERNAL_URLS = {'fap':'***', 'main':'***'}
# for recaptcha and email verification:
# keys for localhost. Change as appropriate when actual domain is registered.
RECAPTCHA_PUBLIC_KEY = '***'
@@ -57,4 +57,4 @@ USE_ELASTIC_SEARCH = False
ENABLE_ELASTIC_SEARCH_HIGHLIGHT = False
# Max ES search results, do not set over 10000
ES_MAX_SEARCH_RESULT = 1000
ES_INDEX_NAME = SITE_FLAVOR # we create indicies named nyaa or sukebei
ES_INDEX_NAME = SITE_FLAVOR # we create indicies named nyaa or sukebei