xo-server/config/local.yaml.dist

21 lines
454 B
Plaintext
Raw Normal View History

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