Allows staging to use solr
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
{:db {:server "database"}
|
{:db {:server "database"}
|
||||||
:datomic-url "datomic:ddb://us-east-1/integreat/integreat-staging"
|
:datomic-url "datomic:ddb://us-east-1/integreat/integreat-staging"
|
||||||
|
:base-url "https://staging3.app.integreatconsult.com"
|
||||||
|
:solr-uri "http://solr-staging.local:8983"
|
||||||
|
:solr-impl :solr
|
||||||
:scheme "https"
|
:scheme "https"
|
||||||
:dd-env "staging"
|
:dd-env "staging"
|
||||||
:dd-service "integreat-app"
|
:dd-service "integreat-app"
|
||||||
@@ -32,5 +35,4 @@
|
|||||||
:yodlee2-proxy-port 8888
|
:yodlee2-proxy-port 8888
|
||||||
:plaid {:base-url "https://development.plaid.com"
|
:plaid {:base-url "https://development.plaid.com"
|
||||||
:client-id "61bfab05f7e762001b323f79"
|
:client-id "61bfab05f7e762001b323f79"
|
||||||
:secret-key "637432f4c967bda8b5d77a1dc67e5c"}
|
:secret-key "637432f4c967bda8b5d77a1dc67e5c"}}
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ssh -L 2049:172.31.32.90:2049 3.213.115.86 -L 8983:solr-prod.local:8983 -L 4334:integreat-datomic.local:4334
|
ssh -L 2049:172.31.32.90:2049 3.213.115.86 -L 8983:solr-staging.local:8983 -L 4334:integreat-datomic.local:4334 -L9001:integreat-app-staging.local:9000
|
||||||
|
|||||||
Reference in New Issue
Block a user