mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboOs.git
synced 2026-06-15 09:36:28 +00:00
24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"WebCore" : {
|
|
"serverPort": 8181,
|
|
"fileRoot": "/usr/local/var/www/service-registry",
|
|
"requestLogging": false
|
|
},
|
|
"ManagementCore": {
|
|
"authenticate": false,
|
|
"validate": false,
|
|
"fileRoot": "/usr/local/var/www/service-management"
|
|
},
|
|
"ServiceRegistry": {
|
|
"registryPort": 8181,
|
|
"serverPort": 8181
|
|
},
|
|
"logging": {
|
|
"loggers": {
|
|
"root": {
|
|
"level": "notice"
|
|
}
|
|
}
|
|
}
|
|
}
|