LittleLightForDestiny / littlelight

Little Light is an inventory manager/companion app for Destiny 2 for both iOS and Android. It helps guardians move their gear and track their ingame progress.
MIT License
159 stars 32 forks source link

.env file not loading #54

Closed spnkr closed 4 years ago

spnkr commented 4 years ago

I edited the .env.example to use real keys, and renamed it .env. When I try to auth with bungie I get an auth query string params not valid error, and the bungie URL has a clientid of "null".

Where do I put the .env file so it loads?

joaopmarquesini commented 4 years ago

oh sorry, I was having trouble with that and had to move the .env file to assets/_env, I will move it to the right place and update docs

spnkr commented 4 years ago

made a PR fixing this: https://github.com/LittleLightForDestiny/littlelight/pull/55

joaopmarquesini commented 4 years ago

wait a sec, I'm trying to revert to the original .env location, if that works it will be better

joaopmarquesini commented 4 years ago

reverted it to work as expected (using .env from project root)