Skip to content

Commit aa3c1e6

Browse files
committed
chore: remove unused env var
1 parent 29729b4 commit aa3c1e6

3 files changed

Lines changed: 0 additions & 15 deletions

File tree

konf/site.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ env: &env
2121
key: marketo_client_secret
2222
name: snapcraft-io
2323

24-
- name: SEARCH_API_KEY
25-
secretKeyRef:
26-
key: google-custom-search-key
27-
name: google-api
28-
2924
- name: GITHUB_CLIENT_ID
3025
secretKeyRef:
3126
key: github-client-id

konf/staging-api.snapcraft.io.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ env:
3636
key: marketo_client_secret
3737
name: snapcraft-io
3838

39-
- name: SEARCH_API_KEY
40-
secretKeyRef:
41-
key: google-custom-search-key
42-
name: google-api
43-
4439
- name: LP_API_USERNAME
4540
secretKeyRef:
4641
key: lp-api-username

webapp/config.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,4 @@ class ConfigurationError(Exception):
3737

3838
CONTENT_DIRECTORY = {"PUBLISHER_PAGES": "store/content/publishers/"}
3939

40-
# Docs search
41-
SEARCH_API_KEY = os.getenv("SEARCH_API_KEY")
42-
SEARCH_API_URL = "https://www.googleapis.com/customsearch/v1"
43-
SEARCH_CUSTOM_ID = "009048213575199080868:i3zoqdwqk8o"
44-
4540
APP_NAME = "snapcraft"

0 commit comments

Comments
 (0)