task3 backend

This commit is contained in:
2020-01-04 12:38:50 +01:00
parent 6cfe7d338a
commit 728c0273d9
10 changed files with 829 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
httpApi:
addr: "0.0.0.0:80"
base: "/answer"
task:
addr: "0.0.0.0:31337"
clients: 4
redis:
addr: "localhost:6379"
scoreKey: "pingpong-scores"
winnersKey: "pingpong-winners"