Provide sample proxy configuration example.

This commit is contained in:
Christoph Heiss 2018-03-07 21:29:53 +01:00
parent 0e7993c194
commit d827fd0fda

8
proxy-example-conf.json Normal file
View file

@ -0,0 +1,8 @@
{
"daemonize": false,
"log-path": "proxy.log",
"protobuf-port": 8765,
"grpc-port": 8766,
"redis-host": "localhost:6379",
"verbose": false
}