fixes config files.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
:aws-access-key-id "AKIAJIS67OSJARD2E6VQ"
|
:aws-access-key-id "AKIAJIS67OSJARD2E6VQ"
|
||||||
:aws-secret-access-key "Z+AOjQU9M4SwKVU2meYtyNxXtz1Axu/9xohvteXf"
|
:aws-secret-access-key "Z+AOjQU9M4SwKVU2meYtyNxXtz1Axu/9xohvteXf"
|
||||||
:aws-region "us-east-1"
|
:aws-region "us-east-1"
|
||||||
:datomic-url "datomic:sql://invoices?jdbc:postgresql://database:5432/datomic?user=datomic&password=datomic"
|
:datomic-url "datomic:ddb://us-east-1/iol-dev/dev"
|
||||||
:invoice-import-queue-url "https://sqs.us-east-1.amazonaws.com/679918342773/integreat-mail-staging"
|
:invoice-import-queue-url "https://sqs.us-east-1.amazonaws.com/679918342773/integreat-mail-staging"
|
||||||
:background-task-definition "integreat_background-worker_prod"
|
:background-task-definition "integreat_background-worker_prod"
|
||||||
:requests-queue-url "https://sqs.us-east-1.amazonaws.com/679918342773/integreat-background-request-prod"
|
:requests-queue-url "https://sqs.us-east-1.amazonaws.com/679918342773/integreat-background-request-prod"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{:scheme "https"
|
{:scheme "https"
|
||||||
:db-name "prod-mirror2"
|
:db-name "prod-mirror2"
|
||||||
:datomic-url "datomic:ddb://us-east-1/integreat/integreat-prod"
|
:datomic-url "datomic:ddb://us-east-1/iol-dev/dev"
|
||||||
:dd-env "prod-cloud"
|
:dd-env "prod-cloud"
|
||||||
:dd-service "integreat-app-cloud"
|
:dd-service "integreat-app-cloud"
|
||||||
:jwt-secret "auto ap invoices are awesome"
|
:jwt-secret "auto ap invoices are awesome"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{:scheme "https"
|
{:scheme "https"
|
||||||
:db-name "prod-mirror2"
|
:db-name "prod-mirror2"
|
||||||
:datomic-url "datomic:ddb://us-east-1/integreat/integreat-prod"
|
:datomic-url "datomic:ddb://us-east-1/iol-dev/dev"
|
||||||
:dd-env "prod-cloud"
|
:dd-env "prod-cloud"
|
||||||
:dd-service "integreat-app-cloud"
|
:dd-service "integreat-app-cloud"
|
||||||
:jwt-secret "auto ap invoices are awesome"
|
:jwt-secret "auto ap invoices are awesome"
|
||||||
|
|||||||
@@ -507,3 +507,8 @@
|
|||||||
(defn init-repl []
|
(defn init-repl []
|
||||||
(set! nrepl.middleware.print/*print-fn* clojure.pprint/pprint))
|
(set! nrepl.middleware.print/*print-fn* clojure.pprint/pprint))
|
||||||
|
|
||||||
|
|
||||||
|
(defn sample-ledger-import [client-code]
|
||||||
|
[]
|
||||||
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user