-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathdefault_config.json
More file actions
35 lines (35 loc) · 1.12 KB
/
default_config.json
File metadata and controls
35 lines (35 loc) · 1.12 KB
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
{
"debug": false,
"insert_test_data": true,
"mongo_database": "optimade",
"mongo_uri": "localhost:27017",
"links_collection": "links",
"references_collection": "references",
"structures_collection": "structures",
"trajectories_collection": "trajectories",
"page_limit": 20,
"page_limit_max": 500,
"default_db": "test_server",
"base_url": null,
"implementation": {
"name": "OPTIMADE Python Tools",
"version": "1.3.0",
"source_url": "https://github.com/Materials-Consortia/optimade-python-tools",
"maintainer": {"email": "dev@optimade.org"}
},
"index_base_url": null,
"provider": {
"name": "Example provider",
"description": "Provider used for examples, not to be assigned to a real database",
"prefix": "exmpl",
"homepage": "https://example.com"
},
"provider_fields": {},
"aliases": {},
"length_aliases": {},
"index_links_path": "./optimade/server/index_links.json",
"log_level": "info",
"log_dir": "/var/log/optimade/",
"validate_query_parameters": true,
"validate_api_response": true
}