Update env example
This commit is contained in:
@ -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
|
||||
|
||||
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user