diff --git a/ansible/roles/stack-sunbird/templates/sunbird_player.env b/ansible/roles/stack-sunbird/templates/sunbird_player.env index 5ce2f8054d..d19efbefac 100644 --- a/ansible/roles/stack-sunbird/templates/sunbird_player.env +++ b/ansible/roles/stack-sunbird/templates/sunbird_player.env @@ -125,8 +125,11 @@ sunbird_trampoline_desktop_keycloak_client_id={{sunbird_trampoline_desktop_keycl sunbird_trampoline_desktop_keycloak_secret={{sunbird_trampoline_desktop_keycloak_secret|default('')}} sunbird_desktop_keycloak_client_id={{sunbird_desktop_keycloak_client_id|default('')}} +# This below variable is for logged in user registration API sunbird_kong_device_register={{sunbird_kong_device_register|default('false')}} -sunbird_kong_device_register_token={{sunbird_kong_device_register_token|default('')}} + +# This below variable is for anonymous in user registration API +sunbird_kong_device_register_anonymous={{sunbird_kong_device_register_anonymous|default('false')}} # Allowed type sentinel/cluster/standalone(default) sunbird_redis_type={{sunbird_redis_type|default('standalone')}}