appsettings.json
637 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
},
"Database": {
"Migration": {
"MaxRetries": 10,
"RetryDelaySeconds": 3
}
},
"FileStorage": {
"UploadsRoot": ""
}
}