remove some self-specific stuff from settings

implements most, if not all, of #15
This commit is contained in:
2021-11-01 23:27:00 -05:00
parent 4ea824e86f
commit 8a62167cea
4 changed files with 17 additions and 17 deletions

View File

@@ -52,7 +52,7 @@ class Config(object):
# customizations
DEFAULT_PAGE_STYLE = 'light'
TITLE_SUFFIX = 'incorporeal.org'
CONTACT_EMAIL = 'bss@incorporeal.org'
TITLE_SUFFIX = 'example.com'
CONTACT_EMAIL = 'admin@example.com'
# specify FAVICON in your instance config.py to override the suou icon
# specify FAVICON in your instance config.py to override the provided icon