mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:07:23 +01:00
attempt to switch ident service to redis
This commit is contained in:
parent
61111d387a
commit
a182f36485
23 changed files with 118 additions and 683 deletions
|
|
@ -29,7 +29,8 @@
|
|||
"ShardName": "Services",
|
||||
"MetricsPort": 6150,
|
||||
"MainServerGrpcAddress": "http://mare-server:6005",
|
||||
"DiscordBotToken": ""
|
||||
"DiscordBotToken": "",
|
||||
"RedisConnectionString": "redis,password=secretredispassword"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue