Skip to content

Commit

Permalink
fixed gitignore to protect api key
Browse files Browse the repository at this point in the history
  • Loading branch information
trudypainter committed Dec 20, 2024
1 parent 30afb9d commit ffb324b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions voice-cursor/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# For Google Cloud deployment
app.yaml
!app.yaml.template
2 changes: 1 addition & 1 deletion voice-cursor/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runtime: nodejs20
# Environment variables
env_variables:
NODE_ENV: 'production'
NEXT_PUBLIC_GEMINI_API_KEY: AIzaSyAnoaFdc-bUbLwjX-EMzvLVGtfdFggn27c
# GEMINI_API_KEY: {GOES HERE FOR DEPLOYING}


# Network settings
Expand Down

0 comments on commit ffb324b

Please sign in to comment.