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
04145ac4
Commit
04145ac4
authored
2 years ago
by
yravinderkumar33
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-29454 feat: report service env var added
parent
5209e8b6
master
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
upstream/release-5.1.0-vdn
release-5.2.0-inquiry_RC1
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
release-5.0.2
release-5.0.2_RC1
release-5.0.1
release-5.0.1_RC1
release-5.0.0
release-5.0.0_RC5
release-5.0.0_RC4
release-5.0.0_RC3
release-5.0.0_RC2
release-5.0.0_RC1
release-4.10.2_RC1
release-4.10.1
release-4.10.1_RC2
release-4.10.1_RC1
release-4.10.0
release-4.10.0_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_report-service.env
+19
-1
.../roles/stack-sunbird/templates/sunbird_report-service.env
with
19 additions
and
1 deletion
+19
-1
ansible/roles/stack-sunbird/templates/sunbird_report-service.env
+
19
−
1
View file @
04145ac4
...
...
@@ -9,4 +9,22 @@ SUNBIRD_REPORTS_TABLE_NAME=report
SUNBIRD_REPORT_SUMMARY_TABLE_NAME={{sunbird_report_summary_table_name}}
SUNBIRD_ENV="https://{{domain_name}}"
DEACTIVATE_JOB_API_HOST=http://kong:8000/data/v1/report/jobs/deactivate
DEACTIVATE_JOB_API_KEY={{sunbird_api_auth_token}}
\ No newline at end of file
DEACTIVATE_JOB_API_KEY={{sunbird_api_auth_token}}
# 4.10.0
sunbird_azure_report_container_name={{sunbird_azure_report_container_name}}
sunbird_azure_account_name={{sunbird_private_storage_account_name}}
sunbird_azure_account_key={{sunbird_private_storage_account_key}}
sunbird_api_auth_token={{sunbird_api_auth_token}}
sunbird_super_admin_slug={{sunbird_super_admin_slug|default('sunbird')}}
sunbird_portal_auth_server_url={{keycloak_auth_server_url}}
sunbird_keycloak_public_key={{core_vault_sunbird_sso_publickey}}
sunbird_portal_auth_server_client={{sunbird_portal_auth_server_client}}
sunbird_keycloak_public_key={{core_vault_sunbird_sso_publickey}}
sunbird_learner_player_url={{sunbird_learner_player_url}}
sunbird_content_proxy_url=http://knowledge-mw-service:5000
sunbird_keycloak_realm={{keycloak_realm}}
sunbird_cache_store={{sunbird_cache_store}}
sunbird_cache_ttl={{sunbird_cache_ttl}}
sunbird_report_sas_expiry_in_minutes=3600
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