-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathExample_dj_local_conf.json
37 lines (37 loc) · 1.05 KB
/
Example_dj_local_conf.json
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
{
"database.host": "172.26.128.53",
"database.password": "",
"database.user": "",
"database.port": 3306,
"database.reconnect": true,
"connection.init_function": null,
"connection.charset": "",
"loglevel": "INFO",
"safemode": true,
"fetch_format": "array",
"display.limit": 12,
"display.width": 14,
"display.show_tuple_count": true,
"database.use_tls": null,
"enable_python_native_blobs": true,
"database.ingest_filename_short": "",
"database.ingest_filename_full": "",
"custom": {
"database.prefix": "main_",
"exp_root_data_dir": [
"/My/Local/BPod/Dir1",
"/My/Local/BPod/Dir2"
],
"dlc_root_data_dir": [
"/My/Local/DLC/Dir1",
"/My/Local/DLC/Dir2"
],
"dlc_output_dir": "/My/Local/DLC/Dir3/optional",
"imaging_root_data_dir" : [
"/My/Local/Imaging/Dir1",
"/My/Local/Imaging/Dir2"
],
"pyrat_user_token": "token",
"pyrat_client_token": "token"
}
}