Skip to content

Commit c4421df

Browse files
feat: db split + Docker Update
1 parent df7b046 commit c4421df

File tree

6 files changed

+899
-242
lines changed

6 files changed

+899
-242
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@frmscoe:registry=https://npm.pkg.github.com
2-
//npm.pkg.github.com/:_authToken=${GH_TOKEN}
2+
//npm.pkg.github.com/:_authToken=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

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ ENV DATABASE_URL=
6666
ENV DATABASE_USER=root
6767
ENV DATABASE_PASSWORD=
6868
ENV CONFIGURATION_DB=Configuration
69-
ENV TRANSACTION_DB=transactionHistory
69+
ENV TRANSACTION_HISTORY_DB=transactionHistory
70+
ENV TRANSACTION_DB=
7071
ENV DATABASE_CERT_PATH=
7172

7273
# Apm

0 commit comments

Comments
 (0)