web-app-template/backend/login-counter/app/appsettings.edrafts-pc-ubuntu.json

41 lines
892 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft": "Trace",
"Microsoft.Hosting.Lifetime": "Trace"
}
},
"API": {
"RedirectToHTTPS": false
},
"Database": {
"ConnectionString": "server=localhost;user=sh_login_counter;database=sh_login_counter;",
"Credentials": "bVphS0JIWTFsaHpRb0NBdg=="
},
"Authentification": {
"SecretKey": "F3b5LDz+#Jvzg=W!@gsa%xsF",
"Issuer": "http://localhost:5000",
"Audience": "http://localhost:5000",
"TokenExpireTime": 5,
"RefreshTokenExpireTime": 7
},
"EMail": {
"FromName": "Login counter",
"FromAddress": "dev-srv@sh-edraft.de",
"MailServerAddress": "mail.sh-edraft.de",
"MailServerPort": 587,
"Username": "dev-srv@sh-edraft.de",
"Credentials": "RmBOQX1eNFYiYjgsSid3fV1nelc2WA=="
},
"Frontend": {
"URL": "http://localhost:4200/"
}
}