@@ -91,17 +91,12 @@ core_vault_kibana_google_client_id: # You can use the same
core_vault_kibana_google_client_secret: # You can use the same outh client secret that we used for portal
vault_core_url_shortner_access_token: "" # Url shortner access token if you want to shorten urls like forgot password link etc using an external service like bit.ly
### IMPORTANT! IMPORTANT! IMPORTANT! ###
### NOTE: FOR A REAL ENVIRONMENT YOU MUST CHANGE THE BELOW VALUES TO SOMETHING VERY SECRET WHICH ONLY YOU WILL KNOW! DO NOT USE THE DEFAULTS FOR REAL ENVIRONMENTS! ###
# Sensible defaults which you need not change - But if you would like to change, you are free to do so
core_vault_enc_entry_password: password # encryption password for the enc service
core_vault_enc_master_pass: password # encryption password for the keys
core_vault_kibana_cookie_secret: long-secret-to-calm-entropy-gods # Cookie secret for kibana Oauth
dp_play_http_secret_key: "long-secret-to-calm-entropy-gods" # Random 32+ character string
core_vault_graph_passport_key: "long-secret-to-calm-entropy-gods" # Should be same as lp_vault_graph_passport_key from KP secrets.yml
crypto_encryption_key: "long-secret-to-calm-entropy-gods" # any crypto key of 32 bit length, used by portal to encrypt and decrypt the userDetails for forgot password flow
# Sensible defaults which you need not change if you are just trying Sunbird- You should change these to something unique for real environments and not use the defaults
core_vault_enc_entry_password: password # encryption password for the enc service
core_vault_enc_master_pass: password # encryption password for the keys
core_vault_kibana_cookie_secret: long-secret-to-calm-entropy-gods # Cookie secret for kibana Oauth
dp_play_http_secret_key: "long-secret-to-calm-entropy-gods" # Random 32+ character string
core_vault_graph_passport_key: "long-secret-to-calm-entropy-gods" # Should be same as lp_vault_graph_passport_key from KP secrets.yml
crypto_encryption_key: "long-secret-to-calm-entropy-gods" # any crypto key of 32 bit length, used by portal to encrypt and decrypt the userDetails for forgot password flow