remko / dsadmin

Google Cloud Datastore Emulator Administration UI
MIT License
60 stars 6 forks source link

Keep getting Error: Could no load default credential #6

Closed daniel-a-marshall closed 1 year ago

daniel-a-marshall commented 1 year ago

I'm sure this is something that I'm doing wrong but I'm having issues getting this to work. I was able to use docker-compose to start both the dsadmin and datastore services. I can view it running on the ui and make changes fine. When I start my web app in development it seems like it is still trying to reach out to the production datastore and not the emulator. I'm assuming that I'm not setting environment variables correctly, I set them to match what was in the docker-compose file. Any suggestions

daniel-a-marshall commented 1 year ago

I'm sorry I was able to find my error and set the env variables right and get it working. Sorry to bother you.