From 7c32826b665453450465feeda613fb478f7bf062 Mon Sep 17 00:00:00 2001 From: blankie Date: Thu, 6 Apr 2023 15:43:53 +0700 Subject: [PATCH] Further annotate example_config.json --- example_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example_config.json b/example_config.json index 4c04b33..39f4d5c 100644 --- a/example_config.json +++ b/example_config.json @@ -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 }