Skip to content

Commit

Permalink
fix: added drive api var
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed Aug 24, 2022
1 parent 2417fc4 commit 994b762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private_repo/ansible/inventory/dev/Core/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ adminutil_refresh_token_public_key_kid: "" # get after keycloak deployment, go
#SELECT value FROM component_config CC INNER JOIN component C ON(CC.component_id = C.id) WHERE C.realm_id = 'sunbird' and provider_id = 'hmac-generated' AND CC.name = 'secret';
adminutil_refresh_token_secret_key: "" # get after Keycloak deployment from postgres using the above query


# mongodb keyfile content generated using
# 'openssl rand -base64 741'
# eg:
Expand Down Expand Up @@ -102,6 +101,7 @@ core_vault_sunbird_google_oauth_clientId_portal: # Google oauth client i
core_vault_sunbird_google_oauth_clientSecret_portal: # Google oauth client secret
core_vault_sunbird_google_captcha_site_key_portal: # Google recaptch site key
google_captcha_private_key: # Google recaptch private key
learning_content_drive_apiKey: # Google drive api key

# ------------------------------------------------------------------------------------------------------------ #
# Optional variables - Can be left blank if you dont plan to use the intended features
Expand Down

0 comments on commit 994b762

Please sign in to comment.