Skip to content

Commit

Permalink
feat: update ethibox
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Apr 29, 2023
1 parent 026c70b commit b785a87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stacks/ethibox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ x-ethibox: &ethibox
- DATABASE_PASSWORD=${DATABASE_PASSWORD:-myp@ssw0rd}
- DATABASE_HOST=${DATABASE_HOST:-mariadb}
- DATABASE_TYPE=${DATABASE_TYPE:-mariadb}
- WEBHOOK_URL=${WEBHOOK_URL}
- NEXT_PUBLIC_BASE_PATH=${NEXT_PUBLIC_BASE_PATH}
- STRIPE_SECRET_KEY=${STRIPE_SECRET_KEY}
- ROOT_DOMAIN=${ROOT_DOMAIN:-localhost}
- JWT_SECRET=${JWT_SECRET}
- JWT_SECRET=${JWT_SECRET-mys3cr3t}
- WEBHOOK_URL=${WEBHOOK_URL}

services:
web:
Expand Down

0 comments on commit b785a87

Please sign in to comment.