18 lines
514 B
Plaintext
Executable File
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
|