Compare commits
4 Commits
ab3206a82c
...
79224fbf13
| Author | SHA1 | Date | |
|---|---|---|---|
| 79224fbf13 | |||
| 090e5425c6 | |||
| e8c76b8a1a | |||
| d03f5674f8 |
36
config/prod-new.edn
Normal file
36
config/prod-new.edn
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
{:db {:server "database"}
|
||||||
|
:datomic-url "datomic:ddb://us-east-1/integreat/integreat-prod"
|
||||||
|
:base-url "https://app-new.integreatconsult.com"
|
||||||
|
:solr-uri "http://solr-ec2-prod.local:8983"
|
||||||
|
:solr-impl :solr
|
||||||
|
:scheme "https"
|
||||||
|
:dd-env "prod"
|
||||||
|
:dd-service "integreat-app"
|
||||||
|
:jwt-secret "auto ap invoices are awesome"
|
||||||
|
:invoice-import-queue-url "https://sqs.us-east-1.amazonaws.com/679918342773/integreat-mail-prod"
|
||||||
|
:requests-queue-url "https://sqs.us-east-1.amazonaws.com/679918342773/integreat-background-request-prod"
|
||||||
|
:invoice-email "invoices@mail.app.integreatconsult.com"
|
||||||
|
:import-failure-destination-email "ben@integreatconsult.com"
|
||||||
|
:data-bucket "data.prod.app.integreatconsult.com"
|
||||||
|
:yodlee-cobrand-name "qstartus12"
|
||||||
|
:yodlee-cobrand-login "qstartus12"
|
||||||
|
:yodlee-cobrand-password "MPD@mg78hd"
|
||||||
|
:yodlee-user-login "integreat"
|
||||||
|
:yodlee-user-password "Import3transactions!"
|
||||||
|
:yodlee-base-url "https://quickstart2.api.yodlee.com/ysl"
|
||||||
|
:yodlee-app "10003600"
|
||||||
|
:yodlee-fastlink "https://quickstartus2node.yodleeinteractive.com/authenticate/qstartus12/?channelAppName=quickstartus2"
|
||||||
|
:yodlee-proxy-host "172.31.10.83"
|
||||||
|
:yodlee-proxy-port 8888
|
||||||
|
:run-background? false
|
||||||
|
:run-web? true
|
||||||
|
:yodlee2-integreat-user "integreat-main"
|
||||||
|
:yodlee2-client-id "3AATcwfPsWP1rP9oDoo4HvZhtaroGVcA"
|
||||||
|
:yodlee2-client-secret "cXTBmKbGfkaBFIpM"
|
||||||
|
:yodlee2-base-url "https://production.api.yodlee.com/ysl"
|
||||||
|
:yodlee2-fastlink "https://fl4.prod.yodlee.com/authenticate/USDevexProd2-319/fastlink/?channelAppName=usdevexprod2"
|
||||||
|
:yodlee2-proxy-host "172.31.10.83"
|
||||||
|
:yodlee2-proxy-port 8888
|
||||||
|
:plaid {:base-url "https://production.plaid.com"
|
||||||
|
:client-id "61bfab05f7e762001b323f79"
|
||||||
|
:secret-key "2be026ca5e7f7e9f23f2fb4d7c914d"}}
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
"environment": [
|
"environment": [
|
||||||
{
|
{
|
||||||
"name": "config",
|
"name": "config",
|
||||||
"value": "/usr/local/config/staging.edn"
|
"value": "/usr/local/config/prod-new.edn"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"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,9 +1,9 @@
|
|||||||
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="staging3.app.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://staging3.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"
|
task_role_arn="arn:aws:iam::679918342773:role/datomic-ddb"
|
||||||
execution_role_arn="arn:aws:iam::679918342773:role/ecsTaskExecutionRole"
|
execution_role_arn="arn:aws:iam::679918342773:role/ecsTaskExecutionRole"
|
||||||
ecs_cluster="arn:aws:ecs:us-east-1:679918342773:cluster/default"
|
ecs_cluster="arn:aws:ecs:us-east-1:679918342773:cluster/default"
|
||||||
Reference in New Issue
Block a user