Use proper vault access keys
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8140d191cc
commit
b2f1cc496a
@ -7,8 +7,8 @@ vars:
|
||||
domain: "punkbase.autonomic.zone"
|
||||
http_mirror: "true"
|
||||
port: "8085"
|
||||
webapi_password: "{{ config.vault.webapi_password }}"
|
||||
webapi_username: "{{ config.vault.webapi_username }}"
|
||||
webapi_password: "{{ vault.webapi_password }}"
|
||||
webapi_username: "{{ vault.webapi_username }}"
|
||||
dats:
|
||||
# https://sunbeam.city/@kawaiipunk/103883932490360099
|
||||
- "dat://c403b7c92eb5e1b2c293425ee6623635be11211977787053e9797e94b958e6e0"
|
||||
|
@ -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 }}
|
||||
|
Reference in New Issue
Block a user