2013-09-03 13:28:34 +02:00
|
|
|
# Configuration of XO-Server's web server.
|
|
|
|
http:
|
|
|
|
# Address on which the server is listening on.
|
|
|
|
#
|
2013-09-30 15:36:05 +02:00
|
|
|
# Sets it to '127.0.0.1' to listen only on the local host.
|
2013-09-03 13:28:34 +02:00
|
|
|
#
|
2013-09-30 15:36:05 +02:00
|
|
|
# Default: 0.0.0.0 (all addresses)
|
|
|
|
#host: '127.0.0.1'
|
2013-09-03 13:28:34 +02:00
|
|
|
|
2013-09-11 12:44:45 +02:00
|
|
|
# Port on which the server is listening on.
|
|
|
|
#
|
|
|
|
# Default: 80
|
|
|
|
#port: 8080
|
2013-09-03 13:28:34 +02:00
|
|
|
|
2013-09-11 12:44:45 +02:00
|
|
|
# Configuration of the Redis server.
|
|
|
|
redis:
|
|
|
|
# Syntax: tcp://[db[:password]@]hostname[:port]
|
|
|
|
#
|
|
|
|
# Default: tcp://localhost:6379
|
|
|
|
#uri: ''
|