You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, the instructions in the README.md suggest putting the google_client_id in the config.exs file:
Could we store both the GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET in the environment (or in an .env file) and load it at run-time instead of hard-coding them in the config.exs file?