Skip to content

Commit

Permalink
Update all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
G33tha authored Dec 2, 2019
1 parent 2f55d94 commit 18529de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/inventory/env/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ keystore_password: "{{core_vault_keystore_password}}" #Password to use for encr
truststore_password: "{{core_vault_truststore_password}}" #Password to use for encrypting cassandra truststore. Use a strong password.

# APPLICATION CONFIGURATION
kong_host: api-manager_kong
kong_host: kong

## DB address
application_postgres_host: "{{groups['postgres'][0]}}" #Private IP of Postgres server
Expand Down Expand Up @@ -166,8 +166,8 @@ cassandra_backup_dir: /data/cassandra/backup


keycloak_realm: sunbird
sunbird_content_player_url: "http://api-manager_kong:8000/"
sunbird_learner_player_url: "http://api-manager_kong:8000/"
sunbird_content_player_url: "http://kong:8000/"
sunbird_learner_player_url: "http://kong:8000/"
sunbird_sso_client_id: admin-cli
sunbird_portal_realm: sunbird
sunbird_portal_auth_server_client: portal
Expand Down

0 comments on commit 18529de

Please sign in to comment.