Skip to content

Commit

Permalink
fix: auth vol qa
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 29, 2024
1 parent 11741a2 commit 47b848d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.qa.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ services:
JWT_RESET_TOKEN_TTL: 900
networks:
- rpkm67
volumes:
- ./microservices/auth:/app/config/staffs
ports:
- "3002:3002"

Expand Down
6 changes: 6 additions & 0 deletions microservices/auth/staff.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"staffs": [
"6932203021",
"6932203121"
]
}

0 comments on commit 47b848d

Please sign in to comment.