-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #000 feat: Adding sunbird_course_metrics_base_url to learner (#418
- Loading branch information
1 parent
58f02b0
commit 4756cc6
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,21 +7,26 @@ bootstrap_user: | |
bootstrap_key_path: | ||
ssh_public_key_deployer: "" # SSH Public key for deployer user, with which ansible will execute tasks | ||
|
||
ekstep_s3_env: qa # dev or qa of ekstep for plugins | ||
learningservice_ip: # Load balancer IP for learning server | ||
searchservice_ip: # search service Load balancer IP | ||
analyticsapi_ip: # Analytics Service Load Balancer IP | ||
ekstep_s3_env: qa # dev or qa of ekstep for plugins | ||
learningservice_ip: # Load balancer IP for learning server | ||
searchservice_ip: # search service Load balancer IP | ||
analyticsapi_ip: # Analytics Service Load Balancer IP | ||
keycloak_url: "" # Keycloak Load balancer IP; eg http://10.10.10.10 | ||
sunbird_default_channel: # Organization channel name which portal will connect to | ||
sunbird_app_name: # By default app name will be sunbird | ||
azure_account_name: # Storage account name for blobs | ||
sunbird_content_azure_storage_container: # Conatainer store assets/public | ||
swarm_load_balancer: # Loadbalancer ip to push the logspout result to logstash in swarm | ||
|
||
# Blob where data analytics pushing content | ||
# Check same variable in DP common.yml | ||
dp_azure_account_name: | ||
|
||
|
||
artifacts_container: '' # Azure blob container name to save built artifacts | ||
|
||
## Mail config | ||
mail_server_host: | ||
mail_server_host: | ||
mail_server_username: "" | ||
alerts_mailing_list : "" # Comma separated mail list for Alerts; eg: [email protected], [email protected] | ||
sunbird_mail_server_from_email: # Email ID that should be as from address in mails | ||
|