Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
8fccbed8
Unverified
Commit
8fccbed8
authored
3 years ago
by
Akhil
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2946 from ahghatol/SB-26667
Issue SB-26667 chore: Refresh Token config
parents
321faafb
378312d8
release-5.0.0-vdn_RC1
release-4.10.0-vdn_RC1
release-4.9.0-vdn_RC2
release-4.9.0-vdn_RC1
release-4.8.0-vdn_RC1
release-4.7.0-vdn_RC1
release-4.4.1-vdn_RC2
release-4.4.1-vdn_RC1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-sunbird/templates/sunbird_player.env
+3
-1
ansible/roles/stack-sunbird/templates/sunbird_player.env
with
3 additions
and
1 deletion
+3
-1
ansible/roles/stack-sunbird/templates/sunbird_player.env
+
3
−
1
View file @
8fccbed8
...
...
@@ -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')}}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets