Files
social-media/backend/appsettings.Production.json

12 lines
294 B
JSON

{
"ConnectionStrings": {
"PostgresConnection": "Server=hutopypostgress.postgres.database.azure.com,5432;Database=hutopy;User Id=hutopy;Password=General2024!;Ssl Mode=Require;"
},
"Stripe": {
"HutopyRate": 0.05
},
"Website": {
"FrontendBaseUrl": "https://hutopy.com"
}
}