forked from thehub/hubplus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocal_settings_example.py
28 lines (21 loc) · 1.12 KB
/
local_settings_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
DATABASE_ENGINE = 'postgresql_psycopg2' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
DATABASE_NAME = 'DBNAME' # Or path to database file if using sqlite3.
DATABASE_USER = 'DBUSER' # Not used with sqlite3.
DATABASE_PASSWORD = 'DBPASSWORD' # Not used with sqlite3.
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
SESSION_COOKIE_DOMAIN = "" # ".the-hub.net"
ROOT_URLCONF = 'hubplus.urls'
PROJECT_THEME='plus'
COPYRIGHT_HOLDER='HubWorld'
EMAIL_HOST=''
EMAIL_HOST_PASSWORD=''
EMAIL_HOST_USER=''
EMAIL_PORT=''
EMAIL_USE_TLS=False
SERVER_EMAIL = "no-reply@mydomain.com"
DEVELOPMENT=False # use compiled js and css if DEVELOPMENT = False. Set to True to do js / css development
GOOGLE_MAP_KEY = "ABQIAAAAUO5htA3plE0mHcReh9HGtxS_srkAJTD0j5T3EF3o06M_52NTAhS5z_4HyMj1VVfc-7jrnMrs_e_CBA"
HMAC_KEY = "189261893294393751924178342983367596516"
GOOGLE_ANALYTICS_TOKEN = 'XXX'
PERMISSION_UPLOADS_THROUGH_X_SENDFILE =False # override on a production server