Change summary
dot_config/vdirsyncer/config.tmpl | 4 ++--
dot_wakatime.cfg.tmpl | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Detailed changes
@@ -43,7 +43,7 @@ fileext = ".vcf"
[storage contacts_remote]
type = "carddav"
-url = "{{- .dav_url -}}"
+url = "{{- secret "lookup" "Title" "dav-url" -}}"
username = "amolith"
password.fetch = ["command", "secret-tool", "lookup", "Title", "vdirsyncer"]
@@ -69,6 +69,6 @@ fileext = ".ics"
[storage calendar_remote]
type = "caldav"
-url = "{{- .dav_url -}}"
+url = "{{- secret "lookup" "Title" "dav-url" -}}"
username = "amolith"
password.fetch = ["command", "secret-tool", "lookup", "Title", "vdirsyncer"]
@@ -1,7 +1,7 @@
[settings]
debug = false
api_url = https://waka.secluded.site/api/heartbeat
-api_key = {{ .wakapi_key }}
+api_key = {{ secret "lookup" "Title" "wakapi-token" }}
hide_file_names = false
hide_project_names = false
hide_branch_names =