Files
java-tutorials/spring-cloud/spring-cloud-vault/vault-env.bat
T
Maiklins 621491f8db Merge pull request #9 from eugenp/master
update with origin
2019-09-09 10:57:44 +02:00

6 lines
208 B
Batchfile

@echo off
echo Setting environment variables to access local vault..
set VAULT_ADDR=https://localhost:8200
set VAULT_CACERT=%~dp0%/src/test/vault-config/localhost.cert
rem set VAULT_TLS_SERVER_NAME=localhost