Files
social-media/backend/src/Socialize.Api/appsettings.Production.json

13 lines
201 B
JSON

{
"Stripe": {
"SocializeRate": 0.05
},
"LocalBlobStorage": {
"RootPath": "App_Data/blob-storage",
"RequestPath": "/api/storage"
},
"DevelopmentSeed": {
"Enabled": false
}
}