e4d47d4dff
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 3s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 21s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 2s
19 lines
470 B
JSON
19 lines
470 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=db;Port=5444;Database=universe;Username=universe;Password=pass"
|
|
},
|
|
"Jwt": {
|
|
"Secret": "default-dev-secret-key-change-in-production-32chars!!",
|
|
"Issuer": "UniVerse",
|
|
"Audience": "UniVerse",
|
|
"AccessTokenExpirationMinutes": "30",
|
|
"RefreshTokenExpirationDays": "30"
|
|
}
|
|
}
|