WIP: add master_ip option

This commit is contained in:
Nils Bergmann
2021-12-08 14:57:16 +01:00
parent 51a9f61e88
commit 7f1e392be2
4 changed files with 18 additions and 4 deletions

View File

@@ -7,6 +7,9 @@ mysql_password=
# The public facing IP address. Can be 'localhost' for locally hosted servers
external_ip=localhost
# The internal ip of the master server
master_ip=localhost
# Port number
port=2000