mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 00:01:36 +01:00
change config file (default) name
This commit is contained in:
31
example_config.py
Normal file
31
example_config.py
Normal file
@@ -0,0 +1,31 @@
|
||||
# calendar configuration #
|
||||
SHOW_CALENDAR=False
|
||||
CALENDAR_URL=""
|
||||
CALENDAR_USERNAME=""
|
||||
CALENDAR_PASSWORD=""
|
||||
|
||||
# content directory #
|
||||
CONTENT_DIR="content.example"
|
||||
|
||||
# reload calendar on start #
|
||||
RELOAD_CALENDAR_ON_START=True
|
||||
|
||||
# other
|
||||
NEWS_MAX_AGE=90
|
||||
SITEMAP_IGNORE = ["icon", "siteMap", "invalidate", "news"]
|
||||
|
||||
# site parameters
|
||||
SITE_TITLE = "Site Title"
|
||||
SITE_DESCRIPTION = "Site Description"
|
||||
SITE_AUTHOR = "Site Author"
|
||||
SITE_LOGO_URL = "Site Logo URL"
|
||||
SITE_BASE_URL = "Site Base URL"
|
||||
|
||||
TEAMSPEAK_SERVER = "teamspeak.com"
|
||||
DISCORD_SERVER = "https://discord.gg/",
|
||||
FACEBOOK = "https://www.facebook.com/",
|
||||
INSTAGRAM = "https://www.instagram.com/",
|
||||
TWITTER = "https://twitter.com/its_a_sheppy",
|
||||
|
||||
TWITCH_CHANNEL = "esports_erlangen",
|
||||
TWITCH_PLACEHOLDER_IMG = "placeholder.png"
|
||||
Reference in New Issue
Block a user