diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-07-15 02:15:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-15 02:15:45 +0900 |
| commit | 0bd5e64b8605e7d3e53c646f4a53eb1933b5b892 (patch) | |
| tree | 2d80fed4e96e214b7f422fdf83c540ce1bd09ba2 | |
| parent | Update example.yml (diff) | |
| download | misskey-0bd5e64b8605e7d3e53c646f4a53eb1933b5b892.tar.gz misskey-0bd5e64b8605e7d3e53c646f4a53eb1933b5b892.tar.bz2 misskey-0bd5e64b8605e7d3e53c646f4a53eb1933b5b892.zip | |
Update example.yml
| -rw-r--r-- | .config/example.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index c659a909bf..afe24f7d05 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -18,6 +18,9 @@ maintainer: # # You need to set 'https://example.com:123' to 'url' prop and # You need to set 456 to 'port' prop. +# +# In other words, the 'url' prop should be the final accessible URL seen by a user. +# 'port' prop is a port that the Misskey server should actually listen on and it is not necessarily the port that a user accesses. url: http://localhost/ |