Use proper vault access keys
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-14 15:22:18 +02:00
parent 8140d191cc
commit b2f1cc496a
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ dashboard: {{ config.vars.dashboard }}
webapi:
domain: {{ config.vars.domain }}
username: {{ config.vault.webapi_username }}
password: {{ config.vault.webapi_password }}
username: {{ vault.webapi_username }}
password: {{ vault.webapi_password }}
ports:
http: {{ config.vars.port }}