User
Add Hugging Face and Supabase deployment setup
7f328dd
Raw
History Blame Contribute Delete
610 Bytes
{
"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"
}
}