Commit 04145ac4 authored by yravinderkumar33's avatar yravinderkumar33
Browse files

Issue #SB-29454 feat: report service env var added

Showing with 19 additions and 1 deletion
+19 -1
......@@ -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
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