Further annotate example_config.json

This commit is contained in:
blankie 2023-04-06 15:43:53 +07:00
parent aecde91ad1
commit 7c32826b66
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"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)
"bind_host": "127.0.0.1", // string: What address to bind to
"bind_port": 8080, // integer: What port to bind to
"image_proxy_url": "https://i.pixiv.cat" // string: URL to proxy images to (see https://pixiv.cat/reverseproxy.html), a trailing slash is not needed
}