mirror of
https://github.com/cnotch/ipchub.git
synced 2025-09-26 19:41:18 +08:00
17 lines
273 B
Plaintext
Executable File
17 lines
273 B
Plaintext
Executable File
{
|
|
"listen": ":1554",
|
|
"auth": false,
|
|
"cache_gop": true,
|
|
"hlspath":"./",
|
|
"hlsfragment":10,
|
|
"profile": true,
|
|
"log": {
|
|
"level": "DEBUG",
|
|
"tofile": false,
|
|
"filename": "./logs/ipchub.log",
|
|
"maxsize": 20,
|
|
"maxdays": 7,
|
|
"maxbackups": 14,
|
|
"compress": false
|
|
}
|
|
} |