Skip to content

Commit

Permalink
Update site.yaml
Browse files Browse the repository at this point in the history
Use FLASK_GOOGLE_SEARCH_API_KEY instead of SEARCH_API_KEY for charm compatibility
  • Loading branch information
samhotep authored Jun 26, 2024
1 parent 3c48647 commit 9b19a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions konf/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
- name: SENTRY_DSN
value: https://[email protected]//17

- name: SEARCH_API_KEY
- name: FLASK_GOOGLE_SEARCH_API_KEY
secretKeyRef:
key: google-custom-search-key
name: google-api
Expand All @@ -15,7 +15,7 @@ env:
secretKeyRef:
key: dqlite-io
name: secret-keys

# Overrides for production
production:
replicas: 5
Expand Down

0 comments on commit 9b19a2e

Please sign in to comment.