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