mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update env example
This commit is contained in:
parent
b18af10e75
commit
d6e687d5d1
2 changed files with 1 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue