Files
stationapi/extras/swgchat.cfg.dist
2017-01-05 07:36:56 -06:00

18 lines
536 B
Plaintext

# 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 = var/stationapi/stationchat.db
# When set to true, binds to the config address; otherwise, binds on any interface
bind_to_ip = false