From a5b36801c2fd3912015c79f89b9765a03f86c919 Mon Sep 17 00:00:00 2001 From: MangoPig Date: Sun, 31 May 2026 21:00:41 +0100 Subject: [PATCH] Move secrets to local config --- .zsh_secrets.example | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/.zsh_secrets.example b/.zsh_secrets.example index ccee0fb..0281d47 100644 --- a/.zsh_secrets.example +++ b/.zsh_secrets.example @@ -1,3 +1,24 @@ -# .zsh_secrets +# ~/.zsh_secrets +# +# Copy this file to ~/.zsh_secrets and fill in real values locally. +# Do not commit real secrets. -export TESTING_SECRET="HELLO THIS IS WORKING" +# Core local values +export AZURE_URL="" +export VM_SUDO_PASS="" + +# API keys and tokens +export TAOBAO_API_KEY="" +export AZURE_OPENAI_API_KEY="" +export OUTLINE_MOKU_TOKEN="" +export DOKPLOY_API_KEY="" +export N8N_AUTH="" +export CONTEXT7_API_KEY="" +export GITEA_ACCESS_TOKEN="" +export NETDATA_TOKEN="" +export OBSIDIAN_API_KEY="" + +# Optional overrides +# export VAULT_ADDR="http://192.168.30.53:8200" +# export OPENCHAMBER_HOST="0.0.0.0" +# export PLANNOTATOR_PORT="9999"