Files
WatchIt/WatchIt.WebAPI/WatchIt.WebAPI/appsettings.json
2024-04-27 22:36:16 +02:00

37 lines
905 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
},
"Console": {
"FormatterOptions": {
"TimestampFormat": "[yyyy-MM-dd HH:mm:ss] "
}
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": "Host=localhost;Database=watchit;Username=watchit;Password=Xdv2Etchavbuuho"
},
"RootUser": {
"Username": "root",
"Email": "root@watch.it",
"Password": "bECdHfbus2QHr4QQjApM"
},
"Authentication": {
"Key": "testkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytest",
"Issuer": "WatchIt",
"Tokens": {
"RefreshToken": {
"NormalLifetime": 1440,
"ExtendedLifetime": 10080
},
"AccessToken": {
"NormalLifetime": 5
}
}
}
}