diff options
| author | ledlamp <lamp@owo69.me> | 2023-02-22 00:51:40 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-22 17:51:40 +0900 |
| commit | 3dfe3aa9a48cba0570508ef037c5289894fa731b (patch) | |
| tree | fd0acc34a37e8730097225bad7141d9fb1abf92e /.config/example.yml | |
| parent | New Crowdin updates (#9897) (diff) | |
| download | sharkey-3dfe3aa9a48cba0570508ef037c5289894fa731b.tar.gz sharkey-3dfe3aa9a48cba0570508ef037c5289894fa731b.tar.bz2 sharkey-3dfe3aa9a48cba0570508ef037c5289894fa731b.zip | |
Allow configuring the listen host (#9924)
Diffstat (limited to '.config/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 92b8726623..d69b1cba4f 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -30,6 +30,9 @@ url: https://example.tld/ # The port that your Misskey server should listen on. port: 3000 +# The hostname or address to listen on (default: all) +#host: "127.0.0.1" + # ┌──────────────────────────┐ #───┘ PostgreSQL configuration └──────────────────────────────── |