-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.default.json
52 lines (52 loc) · 1.65 KB
/
config.default.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
46
47
48
49
50
51
52
{
"global": {
"serve_web_ui_port": 9090,
"serve_mobile_ui_port": 9292,
"api_url": "https://api.leerstandsmelder.de"
},
"author": {
"name": "Verein Gängeviertel e.V.",
"email": "[email protected]",
"url": "https://www.leerstandsmelder.de"
},
"android": {
"app_name": "Leerstandsmelder",
"app_id": "de.leerstandsmelder.mobile.android",
"app_description": "Leerstandsmelder Mobile App",
"access_origins": {
"https://www.leerstandsmelder.de": true,
"https://leerstandsmelder.de": true,
"https://api.leerstandsmelder.de": true,
"http://dev-api.leerstandsmelder.de": true
},
"prefs": {},
"plugins": {
"org.apache.cordova.dialogs": "latest",
"org.apache.cordova.camera": "latest",
"org.apache.cordova.geolocation": "latest",
"org.apache.cordova.splashscreen": "latest",
"org.apache.cordova.media": "latest"
}
},
"ios": {
"app_name": "Leerstandsmelder",
"app_id": "BY7M364NN5.de.leerstandsmelder.MobileApp",
"access_origins": {
"https://www.leerstandsmelder.de": true,
"https://leerstandsmelder.de": true,
"https://api.leerstandsmelder.de": true,
"http://dev-api.leerstandsmelder.de": true
},
"prefs": {},
"plugins": {
"org.apache.cordova.dialogs": "latest",
"org.apache.cordova.camera": "latest",
"org.apache.cordova.geolocation": "latest",
"org.apache.cordova.splashscreen": "latest",
"org.apache.cordova.media": "latest",
"org.apache.cordova.media-capture": "latest",
"org.apache.cordova.file": "latest",
"org.apache.cordova.file-transfer": "latest"
}
}
}