mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboOs.git
synced 2026-06-15 09:26:26 +00:00
33 lines
677 B
JSON
33 lines
677 B
JSON
{
|
|
"WebCore": {
|
|
"serverPort": 9292,
|
|
"fileRoot": "/usr/local/var/www/certificationservice",
|
|
"requestLogging": false
|
|
},
|
|
"CertificationService": {
|
|
"registryPort": 8181,
|
|
"serverPort": 9292,
|
|
"enableDebugSocket": true
|
|
},
|
|
"ErrorTracker": {
|
|
"views": [
|
|
{
|
|
"name": "CertificationService",
|
|
"errors": []
|
|
}
|
|
]
|
|
},
|
|
"logging": {
|
|
"channels": {
|
|
"splitter": {
|
|
"channels": "syslog"
|
|
}
|
|
},
|
|
"loggers": {
|
|
"root": {
|
|
"level": "notice"
|
|
}
|
|
}
|
|
}
|
|
}
|