This commit is contained in:
Jimmy Zelinskie
2013-06-21 19:31:32 -04:00
commit eee2810da6
14 changed files with 709 additions and 0 deletions

19
example/config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"addr": ":34000"
"announce": "30m",
"min_announce": "15m",
"freelech": false,
"private": true,
"bufferpool_size": 500,
"storage": {
"driver": "redis",
"addr": "127.0.0.1:6379",
"user": "root",
"pass": "",
},
"whitelist": [],
}