-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
env.example
39 lines (25 loc) · 1.19 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
# This file must be copied to .env and the appropriate variables populated.
# GitHub
# https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api#primary-rate-limit-for-authenticated-users
#
# https://docs.github.com/en/rest/authentication/authenticating-to-the-rest-api
# GH_TOKEN =
## 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 =