-
Notifications
You must be signed in to change notification settings - Fork 6
/
config-example.py
executable file
·41 lines (30 loc) · 1.08 KB
/
config-example.py
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
30
31
32
33
34
35
36
37
38
39
40
41
BASE_DIRECTORY = '/home/app'
DOMAIN_URL = 'http://www.example.com'
PRETTY_DOMAIN_URL = 'Example.com'
PYTHON_DIRECTORY = '/usr/bin/python'
APP_DIRECTORY = '/app'
APP_NAME = 'App Name'
MYSQL_DATABASE_URI = 'mysql+mysqlconnector://<db user>:<db password>@<db domain>:<port>/<schema>'
LAST_DB_UPDATE = '<date string>'
API_KEY = '<your api key>'
APP_SECRET = '<app secret>'
ADMIN_USERS = []
GOOGLE_ANALYTICS = '<your GA id>'
BITCOIN_ADDRESS = '<your bitcoin address>'
DEBUG_ACTIVE_P = False
SUPPORT_EMAIL = '<your email>'
FB_ADMIN_USERS = '000000' # Used to assign site ownership on Facebook
AUTHOR = {
'NAME':'<your name>',
'WEBSITE':'<your personal website>',
'HANDLE':'<your handle>',
'SOCIAL_PROFILE':{
'FACEBOOK':'<your facebook page>',
'TWITTER':'<your twitter page>',
'LINKEDIN':'<your linkedin page>',
'GOOGLEPLUS':'<your googleplus page>',
'STEAM':'<your steam page>'
}
}
MAINTENANCE_ACTIVE_P = False # Toggles hiding the search box and displaying the maintenance message
DISABLE_INDEXING_P = True # Toggles search engine indexing