mirror of
https://github.com/Caraxi/mare.server.git
synced 2026-02-16 01:27:43 +01:00
idk, it's just too many changes by now
This commit is contained in:
parent
3fe6c9df15
commit
1ac5e2655e
15 changed files with 333 additions and 164 deletions
|
|
@ -6,8 +6,28 @@
|
|||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"MareSynchronosServer.Authentication": "Warning",
|
||||
"System.IO.IOException": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"UnusedFileRetentionPeriodInDays" : 7,
|
||||
"CacheDirectory": "G:\\ServerTest", // do not delete this key and set it to the path where the files will be stored
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Https": {
|
||||
"Url": "https://+:5001",
|
||||
"Certificate": {
|
||||
"Subject": "darkarchon.internet-box.ch",
|
||||
"Store": "Root",
|
||||
"Location": "LocalMachine",
|
||||
"AllowInvalid": false
|
||||
// "Path": "", //use path, keypath and password to provide a valid certificate if not using windows key store
|
||||
// "KeyPath": ""
|
||||
// "Password": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue