Projektdateien hinzufügen.
This commit is contained in:
18
Webshop.Api/appsettings.json
Normal file
18
Webshop.Api/appsettings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=postgres-db;Port=5432;Database=webshopdb;Username=postgres;Password=MEIN_DEBUG_PASSWORT"
|
||||
},
|
||||
"JwtSettings": {
|
||||
"Secret": "MEIN_DEBUG_PASSWORT",
|
||||
"Issuer": "https://dein-webshop.com",
|
||||
"Audience": "webshop-users",
|
||||
"ExpirationMinutes": 120
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user