fixed network issue with multiple managed rooms
This commit is contained in:
15
cfg/sample/config.json
Normal file
15
cfg/sample/config.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"managed": {
|
||||
"name": "sample",
|
||||
"repos": {
|
||||
"frontend": "/path/to/your/frontend/repo",
|
||||
"backend": "/path/to/your/backend/repo"
|
||||
}
|
||||
},
|
||||
"framework": {
|
||||
"name": "soleprint"
|
||||
},
|
||||
"auth": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user