diff --git a/default_config/dev/config.yaml b/default_config/dev/config.yaml index 952e041de..f2868eb78 100644 --- a/default_config/dev/config.yaml +++ b/default_config/dev/config.yaml @@ -83,6 +83,8 @@ WHATS_NEW_ENABLED: false SOCIAL_AUTH_ENABLED: false #feature flag to enable registration from app REGISTRATION_ENABLED: true +#Enables the pre login courses discovery experience (LogistrationFragment). +PRE_LOGIN_EXPERIENCE_ENABLED: false #feature flag to do the authentication flow in the browser to log in BROWSER_LOGIN: false #feature flag to do the registration for in the browser diff --git a/default_config/prod/config.yaml b/default_config/prod/config.yaml index ac06ef7ba..f2868eb78 100644 --- a/default_config/prod/config.yaml +++ b/default_config/prod/config.yaml @@ -31,9 +31,6 @@ PROGRAM: DASHBOARD: TYPE: 'gallery' -APP_LEVEL_DATES: - ENABLED: true - FIREBASE: ENABLED: false CLOUD_MESSAGING_ENABLED: false @@ -86,6 +83,8 @@ WHATS_NEW_ENABLED: false SOCIAL_AUTH_ENABLED: false #feature flag to enable registration from app REGISTRATION_ENABLED: true +#Enables the pre login courses discovery experience (LogistrationFragment). +PRE_LOGIN_EXPERIENCE_ENABLED: false #feature flag to do the authentication flow in the browser to log in BROWSER_LOGIN: false #feature flag to do the registration for in the browser diff --git a/default_config/stage/config.yaml b/default_config/stage/config.yaml index ac06ef7ba..f2868eb78 100644 --- a/default_config/stage/config.yaml +++ b/default_config/stage/config.yaml @@ -31,9 +31,6 @@ PROGRAM: DASHBOARD: TYPE: 'gallery' -APP_LEVEL_DATES: - ENABLED: true - FIREBASE: ENABLED: false CLOUD_MESSAGING_ENABLED: false @@ -86,6 +83,8 @@ WHATS_NEW_ENABLED: false SOCIAL_AUTH_ENABLED: false #feature flag to enable registration from app REGISTRATION_ENABLED: true +#Enables the pre login courses discovery experience (LogistrationFragment). +PRE_LOGIN_EXPERIENCE_ENABLED: false #feature flag to do the authentication flow in the browser to log in BROWSER_LOGIN: false #feature flag to do the registration for in the browser