Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions default_config/dev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions default_config/prod/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ PROGRAM:
DASHBOARD:
TYPE: 'gallery'

APP_LEVEL_DATES:
ENABLED: true

FIREBASE:
ENABLED: false
CLOUD_MESSAGING_ENABLED: false
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions default_config/stage/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ PROGRAM:
DASHBOARD:
TYPE: 'gallery'

APP_LEVEL_DATES:
ENABLED: true

FIREBASE:
ENABLED: false
CLOUD_MESSAGING_ENABLED: false
Expand Down Expand Up @@ -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
Expand Down
Loading