pixwhile/example_config.json

6 lines
221 B
JSON
Raw Normal View History

2023-04-03 08:57:51 +00:00
{
2023-04-04 14:32:51 +00:00
"bind_host": "127.0.0.1", // What address to bind to
"bind_port": 8080, // What port to bind to
"image_proxy_url": "https://i.pixiv.cat" // URL to proxy images to (see https://pixiv.cat/reverseproxy.html)
2023-04-03 08:57:51 +00:00
}