forked from RiiConnect24/File-Maker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_example.py
More file actions
29 lines (21 loc) · 1.07 KB
/
config_example.py
File metadata and controls
29 lines (21 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
"""Example config.py"""
webhook_urls = ["DISCORD WEBHOOK", "DISCORD WEBHOOK"] # Used to update webhooks on Discord
key_path = "/path/to/key/in/format/of/file.pem" # Private key to sign the file
file_path = "/path/to/folder" # Path to save the file to
lzss_path = "/path/to/lzss" # Path to lzss
production = None # Use production mode
sentry_url = "http://status.domain.tld/" # URL for Sentry
"""News Channel only"""
force_all = False # Force the script to replace all news files
google_maps_api_key = "api_key" # API Key for Google Maps geocoding API
geoparser_keys = ["GEOPARSER KEY", "GEOPARSER KEY"] # API Key for Geoparser
"""Forecast Channel only"""
import forecastlists
useVerbose = None # Print more verbose messages
useMultithreaded = None # Use multithreading
weathercities = ["CITY LIST", "CITY LIST"] # Lists of cities to use
cachet_elapsed_time = None # ID of the Cachet point to log elapsed time.
"""Everybody Votes Channel only"""
mysql_user = "user" # MySQL username
mysql_password = "password" # MySQL password
mysql_database = "database" # MySQL database