Config: Added redisHost, redisPort

This commit is contained in:
Alexey Safronov 2022-02-08 17:20:13 +03:00
parent 5528159f13
commit 5d0bcdbbfb

View File

@ -2,5 +2,7 @@
"socket": {
"path": "../../ASC.Socket.IO",
"port": "9899",
"redisHost": "",
"redisPort": 6379
}
}