-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.ini
More file actions
36 lines (33 loc) · 896 Bytes
/
conf.ini
File metadata and controls
36 lines (33 loc) · 896 Bytes
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
[default]
INPUTS_DATA_DIRECTORY = /var/www/oasis/upload
OUTPUTS_DATA_DIRECTORY = /var/www/oasis/download
MODEL_DATA_DIRECTORY = /var/oasis/model_data
SUPPLIER_MODULE_DIRECTORY = /home/worker/src/model_execution_worker
WORKING_DIRECTORY = /var/oasis/working
LOG_LEVEL = DEBUG
LOG_MAX_SIZE_IN_BYTES=10000
LOG_BACKUP_COUNT = 5
LOG_DIRECTORY = '/var/log/oasis'
RABBIT_USER = guest
RABBIT_PASS = guest
RABBIT_HOST = oasis_rabbit
RABBIT_PORT = 5672
MYSQL_HOST = oasis_mysql
MYSQL_PORT = 3306
KTOOLS_BATCH_COUNT = -1
KTOOLS_ALLOC_RULE = 2
KTOOLS_MEMORY_LIMIT = True
IS_WINDOWS_HOST = False
DO_CLEAR_WORKING = False
[server]
DO_GZIP_RESPONSE = True
LOG_FILENAME = oasis_api_server.log
[worker]
LOG_FILENAME = oasis_api_worker.log
LOCK_FILE = /tmp/tmp_lock_file
LOCK_TIMEOUT_IN_SECS = 10
LOCK_RETRY_COUNTDOWN_IN_SECS=10
POST_ANALYSIS_SLEEP_IN_SECS=15
[celery]
MYSQL_USER = celery
MYSQL_PASS = password