1.0.0 • Published 2 years ago

chatbot-services v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

export GOOGLE_APPLICATION_CREDENTIALS=/Users/jitendrachoudhary/Desktop/Nirmitee/softech/chatbot-poc/backend/soft-tech-poc-mylt-a8724b07c911.json

Setting environment variables in Windows

To set an environment variable in Windows you will use set keyword:

set GOOGLE_APPLICATION_CREDENTIALS=/path-to-keys/keys-file.json

And you can read it like this:

echo %GOOGLE_APPLICATION_CREDENTIALS%

Warning: once you close terminal / command prompt, the variable will be forgotten