Spaces:
Running
Running
File size: 610 Bytes
3418204 01be06d 47e77e5 3418204 7f328dd 3418204 01be06d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"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"
}
}
|