forked from webida/webida-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-config-example.json
34 lines (34 loc) · 979 Bytes
/
site-config-example.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
{
"app": {
"appId" : "webida-ide-local-5000",
"baseUrl": "http://localhost:5000/webida-client",
"dashboardBaseUrl" : "http://localhost:5000/webida-dashboard",
"apidocBaseUrl" : "https://apidoc.webida.org",
"oauth": {
"clientId": "webida-ide-local-5000",
"redirectUrl": "http://localhost:5000/webida-client/auth.html"
},
"build" : {
"version" : "0.0.0",
"buildNumber": 0,
"buildTime": "1970-01-01 00:00:00",
"commitId": "unknown"
},
"googleAnalytics" : false
},
"server": {
"appServer": "http://app.webida.net",
"authServer": "http://auth.webida.net",
"fsServer": "http://fs.webida.net",
"buildServer": "http://build.webida.net",
"ntfServer": "http://ntf.webida.net",
"connServer": "http://build.webida.net",
"corsServer": "http://cors.webida.net",
"deploy": {
"type": "domain",
"pathPrefix": "-"
},
"signUpEnable": false,
"guestMode": true
}
}