mirror of
https://github.com/SWG-Source/stationapi.git
synced 2026-01-15 22:04:17 -05:00
18 lines
536 B
Plaintext
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
|