Move secrets to local config
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user