48 lines
2.3 KiB
Clojure
48 lines
2.3 KiB
Clojure
{:db {:server "localhost"}
|
|
:port "3449"
|
|
:scheme "http"
|
|
:base-url "http://localhost:3449"
|
|
:solr-uri "http://localhost:8983"
|
|
:solr-impl :solr
|
|
:client-config {:server-type :dev-local
|
|
:system "dev"}
|
|
:db-name "prod-migration2"
|
|
:jwt-secret "auto ap invoices are awesome"
|
|
:aws-access-key-id "AKIAINHACMVQJ6NYD26A"
|
|
:aws-secret-access-key "FwdL4TbIC/5H/4mwhQy4iSI/eSewyPgfS1EEt6tL"
|
|
:aws-region "us-east-1"
|
|
:datomic-url "datomic:dev://localhost:4334/dev2"
|
|
:invoice-import-queue-url "https://sqs.us-east-1.amazonaws.com/679918342773/integreat-mail-staging"
|
|
:background-task-definition "integreat_background-worker_prod"
|
|
:requests-queue-url "https://sqs.us-east-1.amazonaws.com/679918342773/integreat-background-request-prod"
|
|
:scheduled-jobs-queue-url "https://sqs.us-east-1.amazonaws.com/679918342773/integreat-scheduled-jobs-prod"
|
|
:invoice-email "invoices-staging@mail.app.integreatconsult.com"
|
|
:import-failure-destination-email "bryce@brycecovertoperations.com"
|
|
:data-bucket "data.dev.app.integreatconsult.com"
|
|
:plaid {:base-url "https://sandbox.plaid.com"
|
|
:client-id "61bfab05f7e762001b323f79"
|
|
:secret-key "f902743e6f4cef86b7f3b51141aeea"}
|
|
|
|
:yodlee-cobrand-name "restserver"
|
|
:yodlee-cobrand-login "sbCobda48aa19712a83c3ca4e935dd5e5d46b1a"
|
|
:yodlee-cobrand-password "0a07ea32-1b5d-461b-ad0f-2752cdd77602"
|
|
:yodlee-user-login "G7T9kiwaG8rMiykdV4pckmQnfj4OM2pf"
|
|
:yodlee-user-password "sbMemda48aa19712a83c3ca4e935dd5e5d46b1a4#123"
|
|
:yodlee-base-url "https://developer.api.yodlee.com/ysl"
|
|
:yodlee-app "10003600"
|
|
:yodlee-fastlink "https://fl4.sandbox.yodlee.com/authenticate/restserver/fastlink"
|
|
:run-web? true
|
|
:run-background? true
|
|
:dd-env "dev"
|
|
:dd-service "integreat-app"
|
|
:yodlee2-admin-user "50ec7e57-297d-4970-941e-1cb07b8dcb4e_ADMIN"
|
|
:yodlee2-integreat-user "integreat-main"
|
|
:yodlee2-test-user "sbMem5f61421aba2161"
|
|
:yodlee2-client-id "G7T9kiwaG8rMiykdV4pckmQnfj4OM2pf"
|
|
:yodlee2-client-secret "8I0mmq1wmAWSSpr9"
|
|
:yodlee2-base-url "https://sandbox.api.yodlee.com/ysl"
|
|
:yodlee2-fastlink "https://fl4.sandbox.yodlee.com/authenticate/restserver/fastlink"
|
|
:intuit {:client-id "ABBAQI0qeck149vEC1e8tV6b3YJNujOCdwsUMkJ1ZoptzumyYu"
|
|
:client-secret "7DriIEend1K9RHlzhupIxPFQozXHELLfeFW2GfTR"
|
|
:redirect-uri "https://developer.intuit.com/v2/OAuth2Playground/RedirectUrl"}}
|