socialgenomics / discover-frontend

Ember frontend for Repositive discovery platform
0 stars 0 forks source link

[S] Change EMBER_ENV to 'local-development' in build_container_local #1017

Closed grzesiu closed 6 years ago

grzesiu commented 6 years ago

With current setup google-oauth2 and linked-in-oauth2 uris are redirected to https://discover-staging.repositive.io (in config/environment.js) when running frontend service from discover repository. It is not possible at the moment to create an account using those services.

When running frontend service separately, the environment variable that is passed to config/environment.js is set to 'local-development' and the authentication with Google/LinkedIn works properly.