PathmindAI / pathmind-api

2 stars 1 forks source link

Use env var for running from Policy Server too #20

Open slinlee opened 2 years ago

slinlee commented 2 years ago

For training we have the user set the pathmind_token as an env var. Should we do something similar for the api_key? This is just a question for now.

maxpumperla commented 2 years ago

yeah, agreed. and then we could work with .env files and e.g. the environs package to properly read these values.