-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobalConfig-exemple.json
45 lines (45 loc) · 1.39 KB
/
globalConfig-exemple.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
40
41
42
43
44
45
{
"$schema": "https://github.com/naub1n/qwc-global-config-generator/raw/master/schemas/qwc-global-config-generator.json",
"service": "global-config-generator",
"config": {
"config_generator_service_url": "http://qwc-config-service:9090"
},
"common_config": {
"config-generator-service": {
"$schema": "https://github.com/qwc-services/qwc-config-generator/raw/master/schemas/qwc-config-generator.json",
"service": "config-generator",
"config": {
"default_qgis_server_url": "http://qwc-qgis-server/ows/",
"config_db_url": "postgresql:///?service=qwc_configdb",
"permissions_default_allow": true,
"qgis_projects_base_dir": "/data/default",
"qgis_projects_scan_base_dir": "/data/default/scan",
"qgis_projects_gen_base_dir": "/data/default/gen",
"qwc2_base_dir": "/qwc2"
},
"themesConfig": {},
"services": []
},
"qwc2config": {
"searchServiceUrl": "http://localhost:5011/",
"searchDataServiceUrl": "http://localhost:5011/geom/",
"editServiceUrl": "http://localhost:5012/"
}
},
"specific_configs": [
{
"tenant": "default"
},
{
"tenant": "test",
"config-generator-service": {
"themesConfig": {
"defaultMapCrs": "EPSG:2154"
}
},
"qwc2config": {
"searchServiceUrl": "http://localhost:50020/"
}
}
]
}