mirror of
https://github.com/Caraxi/mare.server.git
synced 2026-01-03 15:33:39 +01:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-MareSynchronosServer-BA82A12A-0B30-463C-801D-B7E81318CD50;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"MareSynchronosServer.Authentication": "Warning",
|
|
"System.IO.IOException": "Warning"
|
|
}
|
|
},
|
|
"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": ""
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|