Skip to content

Commit

Permalink
add environment variable for ngrok authtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
leozhang14 committed May 28, 2024
1 parent e577bd9 commit 70127e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.11.0",
"@prisma/client": "^5.14.0",
"@types/graphql-upload": "^8.0.6",
"@types/json2csv": "^5.0.3",
"@types/multer": "^1.4.6",
Expand Down Expand Up @@ -74,7 +74,7 @@
"mongodb-memory-server": "^6.9.6",
"nodemon": "^2.0.7",
"prettier": "^2.2.1",
"prisma": "^5.11.0",
"prisma": "^5.14.0",
"ts-jest": "^27.0.3",
"typescript": "^4.1.5"
},
Expand Down
1 change: 1 addition & 0 deletions backend/typescript/prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-arm64-openssl-3.0.x"]
}

datasource db {
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ services:
depends_on:
- ts-backend
environment:
- NGROK_AUTHTOKEN=2gqfbeXPRkhFsAGXsIpFZJCiitr_7VbDSwxB2h9Z6HbeK259K

- NGROK_AUTHTOKEN=${auth_token}
volumes:
postgres_data:

0 comments on commit 70127e7

Please sign in to comment.