-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.example
29 lines (29 loc) · 990 Bytes
/
config.json.example
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
{
"working-directory":"/tmp/subsplit",
"url":"https://github.com/GoAsgard/Platform",
"splits":[
"Modules/Core:[email protected]:GoAsgard/Core.git",
"Modules/Dashboard:[email protected]:GoAsgard/Dashboard.git",
"Modules/User:[email protected]:GoAsgard/User.git",
"Modules/Setting:[email protected]:GoAsgard/Setting.git",
"Modules/Media:[email protected]:GoAsgard/Media.git",
"Modules/Page:[email protected]:GoAsgard/Page.git",
"Modules/Menu:[email protected]:GoAsgard/Menu.git",
"Modules/Workshop:[email protected]:GoAsgard/Workshop.git",
"Modules/Translation:[email protected]:GoAsgard/Translation.git",
"Modules/Tag:[email protected]:GoAsgard/Tag.git",
"Themes/Adminlte:[email protected]:GoAsgard/AdminLTE.git",
"Themes/Flatly:[email protected]:GoAsgard/Flatly.git"
],
"slack_url": "SLACK_HOOK_URL",
"redis": {
"host": "localhost:6379",
"password": "",
"db": 0,
"prefix": "splitter:"
},
"http": {
"port": 8008,
"route": "/incoming"
}
}