appsettings.json
492 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=robot_production_system;Username=robot;Password=robot"
},
"Jwt": {
"Issuer": "robot-production-system",
"Audience": "robot-production-system-frontend",
"Secret": "dev-secret-change-me-dev-secret-change-me-32chars",
"ExpiresHours": 8
}
}