Unverified Commit 8fccbed8 authored by Akhil's avatar Akhil Committed by GitHub
Browse files

Merge pull request #2946 from ahghatol/SB-26667

Issue SB-26667 chore: Refresh Token config
Showing with 3 additions and 1 deletion
+3 -1
......@@ -15,7 +15,7 @@ sunbird_api_auth_token={{sunbird_api_auth_token}}
sunbird_enable_permission_check=1
sunbird_cassandra_urls={{sunbird_cassandra_urls}}
sunbird_session_store_type={{sunbird_session_store_type}}
AZURE_STORAGE_ACCOUNT={{sunbird_public_storage_account_name}}
AZURE_STORAGE_ACCOUNT={{sunbird_public_storage_account_name}}
AZURE_STORAGE_KEY={{sunbird_public_storage_account_key}}
sunbird_dataservice_url={{sunbird_dataservice_url}}
sunbird_telemetry_packet_size={{sunbird_telemetry_packet_size}}
......@@ -146,3 +146,5 @@ crypto_encryption_key_external={{crypto_encryption_key_external|default("")}}
#release-4.4.0
dock_default_file_size={{ dock_default_file_size | default(150) }}
dock_default_video_size={{ dock_default_video_size | default(15000) }}
sunbird_kong_refresh_token_api={{dock_sunbird_kong_refresh_token_api}}
use_sunbird_kong_token={{dock_use_sunbird_kong_token | default('true')}}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment