Flesh out payment stuff
This commit is contained in:
parent
b0dcdd6438
commit
acfed861ab
27 changed files with 938 additions and 173 deletions
|
|
@ -108,7 +108,7 @@ services:
|
|||
container_name: kaboot-backend
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
NODE_ENV: ${NODE_ENV:-production}
|
||||
PORT: 3001
|
||||
DATABASE_PATH: /data/kaboot.db
|
||||
ENCRYPTION_KEY: ${ENCRYPTION_KEY:?encryption key required}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue