mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-27 16:10:00 -07:00
initial
This commit is contained in:
19
example/config.json
Normal file
19
example/config.json
Normal 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": [],
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user