Make built-in server actually use the "host" config field
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[sync_app]
|
||||
host = 127.0.0.1
|
||||
# change to 127.0.0.1 if you don't want the server to be accessible from the internet
|
||||
host = 0.0.0.0
|
||||
port = 27701
|
||||
data_root = ./collections
|
||||
base_url = /sync/
|
||||
|
||||
Reference in New Issue
Block a user