make the listen address configurable - fixes #927
sadly `fastify.listen` doesn't support passing more than 1 address
This commit is contained in:
parent
50a3e55be4
commit
427d09e643
4 changed files with 10 additions and 3 deletions
|
|
@ -100,6 +100,8 @@ url: https://example.tld/
|
|||
|
||||
# The port that your Misskey server should listen on.
|
||||
port: 3000
|
||||
# the address to bind to, defaults to "every address"
|
||||
# address: '0.0.0.0'
|
||||
|
||||
# You can also use UNIX domain socket.
|
||||
# socket: /path/to/misskey.sock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue