diff --git a/creoide_deployment_config.json b/creoide_deployment_config.json new file mode 100644 index 0000000..9238d37 --- /dev/null +++ b/creoide_deployment_config.json @@ -0,0 +1,17 @@ +{ + "deployment": { + "target": "production", + "environment": "azure", + "options": { + "azure": { + "subscription_id": "YOUR_AZURE_SUBSCRIPTION_ID", + "tenant_id": "YOUR_AZURE_TENANT_ID", + "client_id": "YOUR_AZURE_CLIENT_ID", + "client_secret": "YOUR_AZURE_CLIENT_SECRET", + "resource_group": "YOUR_AZURE_RESOURCE_GROUP", + "app_service_plan": "YOUR_AZURE_APP_SERVICE_PLAN", + "app_name": "YOUR_AZURE_APP_NAME" + } + } + } +}