fix(security): move plaintext API keys to gitignored secrets.fish
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# ~/.config/fish/conf.d/secrets.fish.example
|
||||
# Kopiere diese Datei nach secrets.fish und trage deine echten Keys ein:
|
||||
# cp secrets.fish.example secrets.fish
|
||||
#
|
||||
# set -gx GEMINI_API_KEY "dein-gemini-api-key"
|
||||
# set -gx JULES_API_KEY "dein-jules-api-key"
|
||||
# set -gx GCP_PROJECT_ID "dein-gcp-project-id"
|
||||
@@ -59,11 +59,7 @@ set --global fish_pager_color_prefix normal --bold --underline
|
||||
set --global fish_pager_color_progress brwhite --background=cyan
|
||||
set --global fish_pager_color_selected_background -r
|
||||
|
||||
# API-Keys
|
||||
set -gx GEMINI_API_KEY "AIzaSyBu-u9JIHoPR_wIsjwjelo1lGUzzxKKofQ"
|
||||
set -gx JULES_API_KEY "AQ.Ab8RN6LXe33UjfpBGpityANYBO-pHUwZEG7wKoM4V7yWTAezoQ"
|
||||
set -gx GCP_PROJECT_ID "gen-lang-client-0990109275"
|
||||
# set -gx SSH_AUTH_SOCK "$HOME/Library/Group Containers/2BU85C4SUE.com.1password/t/agent.sock"
|
||||
# Secrets and private API keys are loaded automatically from ~/.config/fish/conf.d/secrets.fish (gitignored)
|
||||
|
||||
|
||||
# Added by Antigravity CLI installer
|
||||
|
||||
Reference in New Issue
Block a user