(cloud) Added running balance cache for ledger
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{:db {:server "localhost"}
|
||||
:scheme "http"
|
||||
:client-config {:server-type :dev-local
|
||||
:system "dev"}
|
||||
:db-name "prod-migration"
|
||||
:jwt-secret "auto ap invoices are awesome"
|
||||
:aws-access-key-id "AKIAJIS67OSJARD2E6VQ"
|
||||
:aws-secret-access-key "Z+AOjQU9M4SwKVU2meYtyNxXtz1Axu/9xohvteXf"
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
{:scheme "https"
|
||||
:db-name "prod-migration"
|
||||
:client-config {:server-type :cloud
|
||||
:region "us-east-1"
|
||||
:system "iol-cloud"
|
||||
:endpoint "https://53syis8n1m.execute-api.us-east-1.amazonaws.com"}
|
||||
:dd-env "prod-cloud"
|
||||
:dd-service "integreat-app-cloud"
|
||||
:jwt-secret "auto ap invoices are awesome"
|
||||
|
||||
Reference in New Issue
Block a user