This commit is contained in:
Bryce Covert
2021-12-24 09:27:53 -08:00
parent 535f1bf6f2
commit 5e9daabf36
2 changed files with 39 additions and 39 deletions

View File

@@ -20,7 +20,7 @@
"environment": [
{
"name": "config",
"value": "/usr/local/config/prod-background-worker.edn"
"value": "/usr/local/config/staging-background-worker.edn"
}
],
"mountPoints": [],
@@ -28,7 +28,7 @@
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/integreat-background-worker-prod",
"awslogs-group": "/ecs/integreat-background-worker-staging",
"awslogs-region": "us-east-1",
"awslogs-stream-prefix": "ecs"
}