Skip to content

Commit

Permalink
fix: missing yagna app-key #38
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 10, 2024
1 parent 30a460e commit 31d6e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
command: pnpm run start
working_dir: /app/backend
environment:
- YAGNA_APPKEY=66667777888
- YAGNA_APPKEY=${YAGNA_APPKEY}
- YAGNA_API_URL=http://yagna:7465
- JWT_SECRET=dup]a
- JWT_TOKEN_EXPIRATION=1d
Expand Down

0 comments on commit 31d6e4e

Please sign in to comment.