Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set client ID and secret directly #33

Open
rafiki270 opened this issue Apr 2, 2019 · 2 comments
Open

Can't set client ID and secret directly #33

rafiki270 opened this issue Apr 2, 2019 · 2 comments

Comments

@rafiki270
Copy link
Collaborator

Limiting user only to ENV is ... well, limiting. At the moment I can configure my sytem through either an ENV or a config json file (usually used locally for development as ENV get lost everytime you do vapor xcode) so now I can never start my app from xcode after I re-generate project.

I do have my own mechanisms to read ENV and having this separate just breaks the configuration unification of our product.

I am happy to implement whatever but would be awesome to hear some ideas about this first :)

@preducaeduard
Copy link

preducaeduard commented May 22, 2020

I can't set client id and secret id, where i should to set this ?. Missing enviroment variable 'FACEBOOK_CLIENT_ID'. How can i fix this?

@0xTim
Copy link
Member

0xTim commented May 24, 2020

@preducaeduard you can either set the environment variable in the Xcode scheme, or use a .env file

@rafiki270 for the original issue, I think being about to pass it in as an override would be good enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants