webp_server_go/config.json
Nova Kwok 2c0dd15222
Now we support animated GIF images (#232)
* Now we support animated GIF images

* Fix CI

* Update runtime image
2023-06-15 15:28:59 +08:00

10 lines
226 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
}