diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-22 18:00:35 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-22 18:00:35 +0900 |
| commit | 5b3a07ee9eaa3c598efe5b5ea1b110b68ffff59d (patch) | |
| tree | c07e2ed84ef5c47e9000e127d55f511f0e0ad2f6 /.config/example.yml | |
| parent | Allow configuring the listen host (#9924) (diff) | |
| download | sharkey-5b3a07ee9eaa3c598efe5b5ea1b110b68ffff59d.tar.gz sharkey-5b3a07ee9eaa3c598efe5b5ea1b110b68ffff59d.tar.bz2 sharkey-5b3a07ee9eaa3c598efe5b5ea1b110b68ffff59d.zip | |
Revert "Allow configuring the listen host (#9924)"
This reverts commit 3dfe3aa9a48cba0570508ef037c5289894fa731b.
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/example.yml b/.config/example.yml index d69b1cba4f..92b8726623 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -30,9 +30,6 @@ 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 └──────────────────────────────── |