summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-07-15 02:17:45 +0900
committerGitHub <noreply@github.com>2018-07-15 02:17:45 +0900
commit5b9dd4fb80e0413dfbbe42a98ff64bb8a50774d3 (patch)
tree1a23fdfb004d8b9f51d1caed55b8ecd96bc1c2eb
parentUpdate example.yml (diff)
downloadsharkey-5b9dd4fb80e0413dfbbe42a98ff64bb8a50774d3.tar.gz
sharkey-5b9dd4fb80e0413dfbbe42a98ff64bb8a50774d3.tar.bz2
sharkey-5b9dd4fb80e0413dfbbe42a98ff64bb8a50774d3.zip
Update example.yml
-rw-r--r--.config/example.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/example.yml b/.config/example.yml
index 3aaf639e48..952f199cc2 100644
--- a/.config/example.yml
+++ b/.config/example.yml
@@ -10,11 +10,11 @@ maintainer:
# URL and Port settings overview
# e.g., If you want to realize following structure:
#
-# +--- https://example.com:123 -----------+
-# +---------+ |+-------------+ +----------------+|
-# | Browser | ---> || Proxy (123) | ---> | Misskey (456) ||
-# +---------+ |+-------------+ +----------------+|
-# +---------------------------------------+
+# +--- https://example.com:123 ----------+
+# +------+ |+-------------+ +---------------+|
+# | User | ---> || Proxy (123) | ---> | Misskey (456) ||
+# +------+ |+-------------+ +---------------+|
+# +--------------------------------------+
#
# You need to set 'https://example.com:123' to 'url' prop and
# You need to set 456 to 'port' prop.