Refactor setup workflow
This commit is contained in:
26
Zsh/.zsh_secrets.example
Normal file
26
Zsh/.zsh_secrets.example
Normal file
@@ -0,0 +1,26 @@
|
||||
# ~/.zsh_secrets
|
||||
#
|
||||
# Copy this file to ~/.zsh_secrets and fill in real values locally.
|
||||
# Do not commit real secrets.
|
||||
|
||||
# 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=""
|
||||
export GITHUB_TOKEN=""
|
||||
export OPEN_ROUTER_API_KEY=""
|
||||
|
||||
# Optional overrides
|
||||
# export VAULT_ADDR="http://192.168.30.53:8200"
|
||||
# export OPENCHAMBER_HOST="0.0.0.0"
|
||||
# export PLANNOTATOR_PORT="9999"
|
||||
Reference in New Issue
Block a user