refactor: remove remaining staging references in app-new configuration
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "DD_ENV",
|
"name": "DD_ENV",
|
||||||
"value": "staging"
|
"value": "app-new"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "DD_SERVICE",
|
"name": "DD_SERVICE",
|
||||||
@@ -15,17 +15,17 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"essential": true,
|
"essential": true,
|
||||||
"image": "679918342773.dkr.ecr.us-east-1.amazonaws.com/integreat:staging",
|
"image": "679918342773.dkr.ecr.us-east-1.amazonaws.com/integreat-cloud:prod",
|
||||||
"logConfiguration": {
|
"logConfiguration": {
|
||||||
"logDriver": "awslogs",
|
"logDriver": "awslogs",
|
||||||
"options": {
|
"options": {
|
||||||
"awslogs-group": "/ecs/integreat-app-staging",
|
"awslogs-group": "/ecs/integreat-app-new",
|
||||||
"awslogs-region": "us-east-1",
|
"awslogs-region": "us-east-1",
|
||||||
"awslogs-stream-prefix": "ecs"
|
"awslogs-stream-prefix": "ecs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dockerLabels": {
|
"dockerLabels": {
|
||||||
"com.datadoghq.tags.env": "staging",
|
"com.datadoghq.tags.env": "app-new",
|
||||||
"com.datadoghq.tags.service": "integreat-app"
|
"com.datadoghq.tags.service": "integreat-app"
|
||||||
},
|
},
|
||||||
"mountPoints": [],
|
"mountPoints": [],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
aws_access_key_id="AKIAINHACMVQJ6NYD26A"
|
aws_access_key_id="AKIAINHACMVQJ6NYD26A"
|
||||||
aws_secret_access_key="FwdL4TbIC/5H/4mwhQy4iSI/eSewyPgfS1EEt6tL"
|
aws_secret_access_key="FwdL4TbIC/5H/4mwhQy4iSI/eSewyPgfS1EEt6tL"
|
||||||
domain="app-new.integreatconsult.com"
|
domain="app-new.integreatconsult.com"
|
||||||
invoice_address="invoices-staging@mail.app.integreatconsult.com"
|
invoice_address="invoices-new@mail.app.integreatconsult.com"
|
||||||
base_url="https://app-new.integreatconsult.com"
|
base_url="https://app-new.integreatconsult.com"
|
||||||
stage="app-new"
|
stage="app-new"
|
||||||
task_role_arn="arn:aws:iam::679918342773:role/datomic-ddb"
|
task_role_arn="arn:aws:iam::679918342773:role/datomic-ddb"
|
||||||
|
|||||||
Reference in New Issue
Block a user