mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"HOST": "127.0.0.1",
|
|
"PORT": "3333",
|
|
"QUALITY": "80",
|
|
"IMG_PATH": "./pics",
|
|
"EXHAUST_PATH": "./exhaust",
|
|
"ALLOWED_TYPES": ["jpg","png","jpeg","bmp"],
|
|
"ENABLE_AVIF": false
|
|
} |