forked from brucemcpherson/gas-fakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
40 lines (39 loc) · 1.29 KB
/
.env.template
File metadata and controls
40 lines (39 loc) · 1.29 KB
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
40
# for testing authentication
GCP_PROJECT_ID=
DRIVE_TEST_FILE_ID=
AC=default
# these are the scopes set by default - take some of these out if you want to minimize access
DEFAULT_SCOPES="https://www.googleapis.com/auth/userinfo.emailhttps://www.googleapis.com/auth/driveopenidhttps://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/sqlservice.login"
EXTRA_SCOPES=",https://www.googleapis.com/auth/drivehttps://www.googleapis.com/auth/spreadsheets"
# for unit tests
TEST_BORDERS_ID="1hRGdrYHEPixXTuQLeL3Z0qGRZVs_8ojMIm6D4KrCh1o"
TEST_AIRPORTS_ID="1h9IGIShgVBVUrUjjawk5MaCEQte_7t32XeEP1Z5jXKQ"
TEST_AIRPORTS_NAME="airport list"
MIN_ROOT_PDFS=20
MIN_PDFS=400
MIN_FOLDERS_ROOT=110
TEST_FOLDER_NAME="xx"
TEST_FOLDER_FILES=3
SKIP_SINGLE_PARENT=1
TEST_FOLDER_ID="xx"
TEXT_FILE_NAME="fake.txt"
TEXT_FILE_ID="xx"
TEXT_FILE_TYPE="text/plain"
TEXT_FILE_CONTENT="foo is not bar"
BLOB_NAME="foo.txt"
BLOB_TYPE="text/plain"
TEST_SHEET_ID="xx"
TEST_SHEET_NAME="sharedLibraries"
EMAIL="xx"
TIMEZONE="Europe/London"
TEST_LOCALE="en"
ZIP_TYPE="application/zip"
KIND_DRIVE="drive#file"
OWNER_NAME="xx"
PUBLIC_SHARE_FILE_ID="xx"
SHARED_FILE_ID="xx"
RANDOM_IMAGE="https://picsum.photos/200"
API_URL="http://suggestqueries.google.com/complete/search?client=chrome&hl=en&q=trump"
API_TYPE="text/javascript"
PDF_ID="xx"
CLEAN=1