Update env example

This commit is contained in:
Hongbo Wu
2022-10-10 11:50:04 +08:00
parent b18af10e75
commit d6e687d5d1
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ REST_BACKEND_ENDPOINT=http://localhost:4000/api
# set for local development
IS_LOCAL=true
VERIFICATION_TOKEN='123456'
VERIFICATION_TOKEN=some_token
CHROMIUM_PATH=/opt/homebrew/bin/chromium
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true

View File

@ -12,7 +12,6 @@
"devDependencies": {
"@google-cloud/functions-framework": "^3.0.0",
"chai": "^4.3.6",
"chai-string": "^1.5.0",
"mocha": "^10.0.0"
},
"scripts": {