chore: moving towards agentic development
This commit is contained in:
11
backend/src/Socialize.Api/appsettings.Production.json
Normal file
11
backend/src/Socialize.Api/appsettings.Production.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"PostgresConnection": "Server=hutopypostgress.postgres.database.azure.com,5432;Database=hutopy;User Id=hutopy;Password=General2024!;Ssl Mode=Require;"
|
||||
},
|
||||
"Stripe": {
|
||||
"SocializeRate": 0.05
|
||||
},
|
||||
"Website": {
|
||||
"FrontendBaseUrl": "https://hutopy.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user