15 lines
381 B
JSON
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"
|
|
}
|
|
}
|
|
} |