task2 backend

This commit is contained in:
2020-01-04 12:37:56 +01:00
parent ecf2a0a2dd
commit 6cfe7d338a
9 changed files with 565 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
httpApi:
addr: "0.0.0.0:8081"
base: "/answer"
redis:
addr: "localhost:6379"
scoreKey: "pingpong-scores"
winnersKey: "pingpong-winners"