Files
shuffle-cracked/app.json
T
2024-10-23 16:40:26 +05:30

15 lines
381 B
JSON

{
"name": "Shuffle",
"description": "Security Automation Platform",
"repository": "https://github.com/shuffle/shuffle",
"env": {
"SERVICE_NAME": {
"description": "Name of the Cloud Run service",
"value": "shuffle-app"
},
"REGION": {
"description": "GCP region to deploy to",
"value": "us-central1"
}
}
}