-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontroller.env.example
More file actions
21 lines (17 loc) · 942 Bytes
/
Copy pathcontroller.env.example
File metadata and controls
21 lines (17 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copy to <data dir>/secrets/controller.env (default: ~/runpod-controller/secrets/controller.env)
# and restrict permissions: chmod 600 controller.env
# The controller loads this file at startup for both bare and Docker runs.
# Required for live RunPod operation (create/delete Pods and volumes, billing).
RUNPOD_API_KEY=
# Required for output collection and hydration verification through RunPod's
# S3-compatible network-volume API. Create under RunPod Settings -> S3 API Keys.
RUNPODS3_ACCESS_KEY_ID=
RUNPODS3_SECRET_ACCESS_KEY=
# Optional: private key for SSH into pods. Default: auto-generated at
# <data dir>/secrets/runpod-ssh-key on first start; an existing runpodctl key
# at ~/.runpod/ssh/runpodctl-ssh-key is reused if present.
# RUNPOD_SSH_KEY_PATH=
# Optional, read-only download tokens. Injected only into transient Pod
# payloads when an asset of the matching provider is present; never persisted.
HF_TOKEN=
CIVITAI_TOKEN=