-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (32 loc) · 1.1 KB
/
Copy path.env.example
File metadata and controls
43 lines (32 loc) · 1.1 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
41
42
43
# Guard Python client — environment template
#
# Copy this file to `.env` and fill in your values:
#
# cp .env.example .env
#
# `.env` is git-ignored so your secrets never leave your machine. This file is
# committed, so it must only ever contain placeholders — never a real key.
#
# (REQUIRED) API key
GUARD_API_KEY=
# (REQUIRED) Default space the media will be processed
GUARD_SPACE_ID=
# (OPTIONAL) Default organization which owns new spaces, and scopes runner listings
#GUARD_ORGANIZATION_ID=
# (OPTIONAL) API root
#GUARD_BASE_URL=https://api.elhio.com
# (OPTIONAL) Engine used, either "cloud" or "local"
#GUARD_ENGINE=cloud
# (OPTIONAL) Language
#GUARD_LOCALE=en
# (OPTIONAL) Per-request HTTP timeout, in seconds
#GUARD_TIMEOUT=30.0
# (OPTIONAL) Retries on connection errors and 429/5xx responses
#GUARD_MAX_RETRIES=3
# (OPTIONAL) Path to the ONNX model for the local engine
#GUARD_LOCAL_MODEL_PATH=
# (OPTIONAL) Read a different env file instead of `.env`
#GUARD_ENV_FILE=.env.staging
# (OPTIONAL) Default media file to analyze
# Used only by scripts/create_activity.py
#GUARD_MEDIA=path/to/photo.jpg