mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-29 15:33:40 +01:00
a
This commit is contained in:
parent
616b96981d
commit
bc1c884562
26 changed files with 209 additions and 498 deletions
|
|
@ -7,8 +7,8 @@
|
|||
"Default": "Warning",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"MareSynchronosStaticFilesServer": "Debug",
|
||||
"MareSynchronosShared": "Debug",
|
||||
"MareSynchronosStaticFilesServer": "Trace",
|
||||
"MareSynchronosShared": "Trace",
|
||||
"System.IO": "Information",
|
||||
},
|
||||
"File": {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"Microsoft.EntityFramework": "Warning",
|
||||
"MareSynchronosServer": "Debug",
|
||||
"MareSynchronosServer": "Trace",
|
||||
"MareSynchronosShared": "Debug",
|
||||
"System.IO": "Information",
|
||||
"MareSynchronosServer.Services.SystemInfoService": "Warning"
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"MareSynchronos": {
|
||||
"DbContextPoolSize": 512,
|
||||
"ShardName": "Main",
|
||||
"MetricsPort": 6050,
|
||||
"MetricsPort": 6350,
|
||||
"MainServerAddress": "",
|
||||
"FailedAuthForTempBan": 5,
|
||||
"TempBanDurationInMinutes": 5,
|
||||
|
|
@ -38,20 +38,20 @@
|
|||
""
|
||||
],
|
||||
"RedisConnectionString": "redis,password=secretredispassword",
|
||||
"CdnFullUrl": "http://localhost:6200",
|
||||
"CdnFullUrl": "http://localhost:6200/marecache",
|
||||
"MaxExistingGroupsByUser": 6,
|
||||
"MaxJoinedGroupsByUser": 10,
|
||||
"MaxGroupUserCount": 100,
|
||||
"PurgeUnusedAccounts": false,
|
||||
"PurgeUnusedAccountsPeriodInDays": 14,
|
||||
"ExpectedClientVersion": "0.9.0",
|
||||
"ExpectedClientVersion": "0.11.22",
|
||||
"XIVAPIKey": ""
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://+:6000"
|
||||
"Url": "http://+:6300"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -29,14 +29,14 @@
|
|||
"ShardName": "Services",
|
||||
"MetricsPort": 6150,
|
||||
"CdnFullUrl": "http://localhost:6200/",
|
||||
"MainServerAddress": "http://mare-server:6000/",
|
||||
"MainServerAddress": "http://mare-server:6300/",
|
||||
"MainServerGrpcAddress": "http://mare-server:6005/",
|
||||
"DiscordBotToken": "",
|
||||
"DiscordChannelForMessages": "",
|
||||
"DiscordChannelForCommands": "",
|
||||
"Jwt": "teststringteststringteststringteststringteststringteststringteststringteststringteststringteststring",
|
||||
"RedisConnectionString": "redis,password=secretredispassword",
|
||||
"VanityRoles": {"984484868241096724":"Main Developer", "1012008556259725398":"Patreon Subscriber"}
|
||||
"VanityRoles": {"1097028541666836500":"Main Developer", "1012008556259725398":"Patreon Subscriber"}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue