forked from web-izmerenie/avto-lux161
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yaml.example
55 lines (45 loc) · 923 Bytes
/
config.yaml.example
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
DEBUG: 0
DEV_SERVER:
PORT: 8002
HOST: '127.0.0.1'
PRODUCTION_SERVER:
INSTANCES: 1
HOST: '127.0.0.1'
MAIN_PORT: 8016
DATABASE:
HOST: 'localhost'
PORT: ''
DBNAME: 'avtolux'
USER: 'avtolux'
PASS: 'avtolux'
TABLE_NAME_PREFIX: 'avtolux_'
TEMPLATES_PATH: './templates'
STATIC_PATH: './static'
UPLOAD_FILES_PATH: './files/uploaded'
UPLOAD_FILES_GC:
RUN_AT_APP_START: 1
RUN_EVERY: 86400 # seconds (0 for disable this feature)
IMAGE_TMP_PATH: ''
IMAGE_PERM_PATH: ''
IMAGE_SIZES:
ITEM:
BIG: 468
SMALL: 284
ITEM_PHOTOES:
BIG: 1200
SMALL: 284
MAIL:
SMTP_PROVIDER:
PORT: 587
HOST: 'smtp.gmail.com'
FROM_ADDRESS: 'АвтоЛюкс <noreply@avto-lux161.ru>'
MAIN_RECIPIENT: 'username@gmail.com'
USER: 'username'
PASS: '******'
LOCALIZATION:
LANG: 'ru'
SOURCES:
CLIENT: 'static/client-local.json'
ADMIN: 'static/admin-local.json'
AUTO_RELOAD: 0
XSRF: 0