1234567891011121314151617181920212223 |
- {
- "RedisServers":
- [
- {
- "server": "localhost",
- "port" : 6379
- }
-
- ],
- "DataStoreType" : "redis",
- "RedisStatsServer":
- {
- "server" : "localhost",
- "port" : 6379
- },
-
- "SqliteStatsStore" :
- {
- "path": "to your sql lite file"
- }
- }
|