Archived
Updated to angular 13
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user