initial commit of poker game
This commit is contained in:
7
game-server/config/redis.json
Normal file
7
game-server/config/redis.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"host" : "localhost",
|
||||
"port" : 6379,
|
||||
"opts" : {
|
||||
"auth_pass" : "secretredispass"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user