친구 초대 및 관리 완료
This commit is contained in:
@ -6,8 +6,7 @@
|
||||
"cache": "redis://192.168.8.94:6380/0",
|
||||
"session": "redis://192.168.8.94:6380/1",
|
||||
"tx": "redis://192.168.8.94:6380/2",
|
||||
"tavern": "redis://192.168.8.94:6380/3",
|
||||
"wshandler": "redis://192.168.8.94:6380/4"
|
||||
"tavern": "redis://192.168.8.94:6380/3"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -15,6 +14,9 @@
|
||||
"maingate_session_ttl" : 3600,
|
||||
"maingate_api_token": "63d08aa34f0162622c11284b",
|
||||
|
||||
"social_redis_url": "redis://192.168.8.94:6380/4",
|
||||
"social_storage_url" : "mongodb://192.168.8.94:27017/social?replicaSet=repl01&retrywrites=false",
|
||||
|
||||
"tavern_service_url": "http://localhost/tavern",
|
||||
"tavern_group_types": {
|
||||
"party": {
|
||||
|
||||
Reference in New Issue
Block a user