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,27 +1,36 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"environment": {
"value": "prod"
},
"location": {
"value": "East US"
},
"stripePublicKey": {
"value": "pk_live_placeholder"
},
"customDomainName": {
"value": "miraclesinmotion.org"
},
"enableCustomDomain": {
"value": true
},
"staticWebAppSku": {
"value": "Standard"
},
"functionAppSku": {
"value": "EP1"
}
}
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"environment": {
"value": "prod"
},
"location": {
"value": "East US"
},
"stripePublicKey": {
"value": "pk_live_placeholder"
},
"azureClientId": {
"value": ""
},
"azureTenantId": {
"value": ""
},
"azureClientSecret": {
"value": ""
},
"customDomainName": {
"value": "mim4u.org"
},
"enableCustomDomain": {
"value": true
},
"staticWebAppSku": {
"value": "Standard"
},
"functionAppSku": {
"value": "Y1"
}
}
}