mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 05:32:02 +08:00
* add some tests * remove template --------- Co-authored-by: n0vad3v <n0vad3v@riseup.net>
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"HOST": "127.0.0.1",
|
|
"PORT": "3333",
|
|
"QUALITY": "80",
|
|
"IMG_PATH": "./pics",
|
|
"EXHAUST_PATH": "./exhaust",
|
|
"ALLOWED_TYPES": ["jpg","png","jpeg","bmp","gif"],
|
|
"ENABLE_AVIF": false,
|
|
"ENABLE_EXTRA_PARAMS": false
|
|
}
|