refactor: move R2 credentials from env vars to chezmoi templates

This commit is contained in:
2026-01-06 12:00:42 -06:00
parent 9e30c9b027
commit 7cd672de52
4 changed files with 4 additions and 22 deletions
@@ -70,12 +70,6 @@ $env.MICRO_TRUECOLOR = 1
# OpenAI API Key
$env.OPENAI_API_KEY = "{{ dopplerProjectJson.OPENAI_CHATGPT_CLI }}"
# R2 configuration
$env.R2_ENDPOINT = "{{ dopplerProjectJson.R2_ENDPOINT }}"
$env.R2_ACCESS_KEY_ID = "{{ dopplerProjectJson.R2_ACCESS_KEY_ID }}"
$env.R2_SECRET_ACCESS_KEY = "{{ dopplerProjectJson.R2_SECRET_ACCESS_KEY }}"
$env.R2_BUCKET = "{{ dopplerProjectJson.R2_BUCKET }}"
# Initialize PATH as a list for easier manipulation
$env.PATH = ($env.PATH | split row (char esep))