What is the default value of the VAULT_ADDR environment variable?
http://127.0.0.1:8200
https://vault.example.com:8200
https://127.0.0.1:8200
http://vault.example.com:8200
Comprehensive and Detailed In-Depth Explanation:
The default address is:
C. https://127.0.0.1:8200 : " Vault assumes the value of https://127.0.0.1:8200 when you make requests to Vault. "
Incorrect Options :
A, B, D : Non-default values requiring manual setting.
Submit