(cloud) Added running balance cache for ledger

This commit is contained in:
2023-03-21 17:03:55 -07:00
parent f34c5c65fe
commit 0af50758bd
8 changed files with 146 additions and 120 deletions

View File

@@ -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 "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"

View File

@@ -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"