forked from qiniu/python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 978 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (27 loc) · 978 Bytes
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
# Copy this file to .env in the project root before running sandbox examples
# or sandbox integration tests.
# Sandbox API key auth.
QINIU_SANDBOX_API_KEY=
# Optional custom endpoint.
# QINIU_SANDBOX_ENDPOINT is the preferred name; QINIU_SANDBOX_API_URL and
# E2B_API_URL are also accepted by the SDK for compatibility.
QINIU_SANDBOX_ENDPOINT=
# Optional template alias or ID. Defaults to base.
QINIU_SANDBOX_TEMPLATE=base
# Required only for injection-rule and Kodo resource examples/tests.
QINIU_SANDBOX_ACCESS_KEY=
QINIU_SANDBOX_SECRET_KEY=
# Optional Git remote examples.
GIT_REPO_URL=
GIT_USERNAME=
GIT_PASSWORD=
# Optional Git repository resource example.
GITHUB_TOKEN=
QINIU_SANDBOX_GIT_MOUNT_PATH=/workspace/repo
# Optional Kodo resource example.
QINIU_SANDBOX_KODO_BUCKET=
QINIU_SANDBOX_KODO_MOUNT_PATH=/workspace/kodo
QINIU_SANDBOX_KODO_PREFIX=
# Optional request injection examples.
QINIU_SANDBOX_HTTP_INJECTION_TOKEN=real_token
QINIU_SANDBOX_OPENAI_API_KEY=