Spaces:
Running
Running
| { | |
| "Logging": { | |
| "LogLevel": { | |
| "Default": "Information", | |
| "Microsoft.AspNetCore": "Warning" | |
| } | |
| }, | |
| "AllowedHosts": "*", | |
| "JwtSettings": { | |
| "Key": "YourSuperSecretKeyThatIsVeryLongAndSecure12345!", | |
| "Issuer": "TaskTrackingSystem", | |
| "Audience": "Users" | |
| }, | |
| "PasswordReset": { | |
| "RecoveryCode": "TASKIFY-RESET-2026" | |
| }, | |
| "Firebase": { | |
| "ServiceAccountPath": "Firebase/ttsfirebasekey.json" | |
| }, | |
| "ConnectionStrings": { | |
| "DefaultConnection": "Host=localhost;Port=5432;Database=tts;Username=postgres;Password=postgres;SSL Mode=Prefer;Trust Server Certificate=true" | |
| } | |
| } | |