mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Use an internal url for the rest server to register for messages
This commit is contained in:
@ -15,6 +15,12 @@ docspell.server {
|
||||
# to some other value, the request is not inspected.
|
||||
base-url = "http://localhost:7880"
|
||||
|
||||
# This url is the base url for reaching this server internally.
|
||||
# While you might set `base-url` to some external address (like
|
||||
# mydocs.myserver.com), the `internal-url` must be set such that
|
||||
# other nodes can reach this server.
|
||||
internal-url = "http://localhost:7880"
|
||||
|
||||
# Where the server binds to.
|
||||
bind {
|
||||
address = "localhost"
|
||||
|
Reference in New Issue
Block a user