refactor: update nomenclature to app-new for production alternative UI

This commit is contained in:
2026-04-24 13:43:00 -07:00
parent d03f5674f8
commit e8c76b8a1a
3 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"environment": [
{
"name": "config",
"value": "/usr/local/config/prod-alt.edn"
"value": "/usr/local/config/app-new.edn"
},
{
"name": "DD_ENV",

View File

@@ -3,7 +3,7 @@ aws_secret_access_key="FwdL4TbIC/5H/4mwhQy4iSI/eSewyPgfS1EEt6tL"
domain="app-new.integreatconsult.com"
invoice_address="invoices-staging@mail.app.integreatconsult.com"
base_url="https://app-new.integreatconsult.com"
stage="staging"
stage="app-new"
task_role_arn="arn:aws:iam::679918342773:role/datomic-ddb"
execution_role_arn="arn:aws:iam::679918342773:role/ecsTaskExecutionRole"
ecs_cluster="arn:aws:ecs:us-east-1:679918342773:cluster/default"