mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 14:17:22 +01:00
Mare 0.9 (#27)
* add jwt expiry * update api * merge * start rework permissions * ok so in theory this compiles * make it work I guess * reuse some permissions * fix intermediate connectivity issues * fixes * whatever * some fixes I guess * fix some stuff * idk some random fixes I guess * change some defaults * update nuget * adjust order of operations * adjust deletion of account * remove todo --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
parent
2c9d432fed
commit
302e6ffb62
39 changed files with 3564 additions and 454 deletions
|
|
@ -7,9 +7,11 @@
|
|||
"Default": "Warning",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"MareSynchronosServer": "Information",
|
||||
"MareSynchronosShared": "Information",
|
||||
"System.IO": "Information"
|
||||
"Microsoft.EntityFramework": "Warning",
|
||||
"MareSynchronosServer": "Debug",
|
||||
"MareSynchronosShared": "Debug",
|
||||
"System.IO": "Information",
|
||||
"MareSynchronosServer.Services.SystemInfoService": "Warning"
|
||||
},
|
||||
"File": {
|
||||
"BasePath": "logs",
|
||||
|
|
@ -37,8 +39,8 @@
|
|||
],
|
||||
"RedisConnectionString": "redis,password=secretredispassword",
|
||||
"CdnFullUrl": "http://localhost:6200",
|
||||
"MaxExistingGroupsByUser": 3,
|
||||
"MaxJoinedGroupsByUser": 6,
|
||||
"MaxExistingGroupsByUser": 6,
|
||||
"MaxJoinedGroupsByUser": 10,
|
||||
"MaxGroupUserCount": 100,
|
||||
"PurgeUnusedAccounts": false,
|
||||
"PurgeUnusedAccountsPeriodInDays": 14,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue