# Configuration of XO-Server's web server. http: # Address on which the server is listening on. # # Sets it to '127.0.0.1' to listen only on the local host. # # Default: 0.0.0.0 (all addresses) #host: '127.0.0.1' # Port on which the server is listening on. # # Default: 80 #port: 8080 # Configuration of the Redis server. redis: # Syntax: tcp://[db[:password]@]hostname[:port] # # Default: tcp://localhost:6379 #uri: ''