Skip to content

Commit

Permalink
Merge pull request #48 from metakgp/upload-endpoint
Browse files Browse the repository at this point in the history
feat: password daal diya
  • Loading branch information
rajivharlalka authored May 9, 2024
2 parents 0f1b5fd + 2d54c50 commit 9f8815d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ services:
- DB_NAME=${DB_NAME}
- DB_HOST=${DB_HOST}
- DB_PORT=${DB_PORT}
- DB_USER=${DB_PASSWORD}
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}
- QPS_PATH=${QPS_PATH}

networks:
Expand Down

0 comments on commit 9f8815d

Please sign in to comment.