Files
stationapi-old/extras/swgchat.cfg.dist
2019-03-10 11:55:27 -05:00

18 lines
514 B
Plaintext
Executable File

# Address that the gateway server will listen for connections on
gateway_address = 127.0.0.1
# Port the gateway server will listen for connections on
gateway_port = 5001
# Address that the registrar server will listen for connections on
registrar_address = 127.0.0.1
# Port the registrar server will listen for connections on
registrar_port = 5000
# Path to the application database
database_path = chat.db
# When set to true, binds to the config address; otherwise, binds on any interface
bind_to_ip = false