def env_variables():
dir_path = os.path.dirname(os.path.realpath(__file__))
os.environ["DIALOGFLOW_PROJECT_ID"] = "bot-fvji"
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = os.path.join(dir_path, "fvji0c3efb18f6e6.json")
command = os.popen('echo $GOOGAUTH | base64 --decode > /app/fvji0c3efb18f6e6.json')
return
env_variables()
The code should read a json file in the same folder