forked from jmunroe/spyglass-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dj_local_conf.json
39 lines (39 loc) · 1.17 KB
/
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
38
39
{
"database.host": "localhost",
"database.password": "tutorial",
"database.user": "root",
"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,
"filepath_checksum_size_limit": null,
"stores": {
"raw": {
"protocol": "file",
"location": "/home/jovyan/spyglass-demo/data/nwb/raw",
"stage": "/home/jovyan/spyglass-demo/data/nwb/raw"
},
"analysis": {
"protocol": "file",
"location": "/home/jovyan/spyglass-demo/data/nwb/analysis",
"stage": "/home/jovyan/spyglass-demo/data/nwb/analysis"
}
},
"custom": {
"spyglass_dirs": {
"base": "/home/jovyan/spyglass-demo/data/nwb"
},
"kachery_dirs": {
"cloud": "/home/jovyan/spyglass-demo/data/.kachery_cloud"
},
"kachery_zone": "franklab.collaborators"
}
}