-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathenv.example
28 lines (20 loc) · 979 Bytes
/
env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file must be copied to .env and the appropriate variables populated.
## GCS (Google Custom Search)
# https://developers.google.com/custom-search/v1/introduction
# "Custom Search JSON API requires the use of an API key. An API key is a way
# to identify your client to Google."
#
# https://googleapis.github.io/google-api-python-client/docs/epy/index.html
# "string, key obtained from https://code.google.com/apis/console"
# GCS_DEVELOPER_KEY =
# https://developers.google.com/custom-search/v1/reference/rest/v1/Search
# "The identifier of an engine created using the Programmable Search Engine
# Control Panel [https://programmablesearchengine.google.com/about/]"
#
# https://googleapis.github.io/google-api-python-client/docs/dyn/customsearch_v1.cse.html
# "string, The Programmable Search Engine ID to use for this request."
# GCS_CX =
## Flickr
# "The flickr developer guide: https://www.flickr.com/services/developer/"
# FLICKR_API_KEY =
# FLICKR_API_SECRET =