Files
miracles_in_motion/infrastructure/main.parameters.json

18 lines
397 B
JSON

{
"$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"
}
}
}