mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
fix(ephemerals): Quick fix for ephemeral spin-up (#23857)
This commit is contained in:
4
.github/workflows/ecs-task-definition.json
vendored
4
.github/workflows/ecs-task-definition.json
vendored
@@ -23,6 +23,10 @@
|
||||
{
|
||||
"name": "SUPERSET_PORT",
|
||||
"value": "8080"
|
||||
},
|
||||
{
|
||||
"name": "SUPERSET_SECRET_KEY",
|
||||
"value": "super-secret-for-ephemerals"
|
||||
}
|
||||
],
|
||||
"mountPoints": [],
|
||||
|
||||
Reference in New Issue
Block a user