webp_server_go/config.json
2020-02-09 12:21:51 +08:00

8 lines
130 B
JSON

{
"HOST": "127.0.0.1",
"PORT": "3333",
"QUALITY": "80",
"IMG_PATH": "/path/to/pics",
"ALLOWED_TYPES": ["jpg","png","jpeg"]
}