Files
social-media/backend/appsettings.Development.json
Jonathan Bourdon df3e602015
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled
feat: pivot to social media workflow app
2026-04-24 12:58:35 -04:00

26 lines
782 B
JSON

{
"ConnectionStrings": {
"PostgresConnection": "Host=localhost;Port=5433;Database=socialize;Username=sa;Password=P@ssword123!;"
},
"Stripe": {
"SecretKey": "sk_test_51OoveVDrRyqXtNdBaOs1DFFja0XhrQtJoAo83uSySMuqw4Wyt9NsuugrIHRqet9a50cr5GvolpTP8EZuTSttcgYx00gOUPNDoI",
"WebhookSecret": "whsec_cee07ef14cf784850cab63567048b5326fec7fd29c03f4659476524f8299aff1",
"SocializeRate": 0.05
},
"Website": {
"FrontendBaseUrl": "http://localhost:5173"
},
"Authentication": {
"Jwt": {
"Issuer": "http://localhost:5000",
"Audience": "socialize-local",
"Key": "socialize-dev-local-signing-key-please-change",
"Lifetime": "00:05:00",
"RefreshTokenLifetime": "0.00:30:00"
}
},
"DevelopmentSeed": {
"Enabled": true
}
}