Deploy to production - ensure all endpoints operational

This commit is contained in:
defiQUG
2025-11-12 08:17:28 -08:00
parent b421d2964c
commit f1c61c8339
171 changed files with 50830 additions and 42363 deletions

View File

@@ -1,18 +1,18 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"appName": {
"value": "miraclesinmotion"
},
"environment": {
"value": "prod"
},
"location": {
"value": "eastus2"
},
"stripePublicKey": {
"value": "pk_live_placeholder"
}
}
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"appName": {
"value": "miraclesinmotion"
},
"environment": {
"value": "prod"
},
"location": {
"value": "eastus2"
},
"stripePublicKey": {
"value": "pk_live_placeholder"
}
}
}