-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.example
More file actions
45 lines (37 loc) · 1.99 KB
/
Copy pathenv.example
File metadata and controls
45 lines (37 loc) · 1.99 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
44
45
# Public hostname for the Caddy TLS endpoint. DNS must point this name at the host.
DOMAIN=scope-orch.example.com
PUBLIC_SERVICE_ADDR=https://scope-orch.example.com
LIVE_RUNNER_ADDR=http://go-livepeer:8935
# Shared bootstrap secret between go-livepeer and the Scope live runner.
ORCH_SECRET=correct-horse-battery-staple
# On-chain Livepeer / Arbitrum configuration.
ARBITRUM_RPC_URL=https://arb1.arbitrum.io/rpc
ETH_ACCT_ADDR=0x0000000000000000000000000000000000000000
ETH_PASSWORD_FILE=/root/.lpData/.eth_secret
ETH_KEYSTORE_PATH=/root/.lpData/arbitrum-one-mainnet/keystore
# Corresponds to $0.50/hour for Livepeer runner pricing.
SCOPE_RUNNER_PRICE=0.5
TICKET_EV=800000000000
PRICE_PER_UNIT=5
PIXELS_PER_UNIT=995328000000
# Branch-tagged images. Override if your registry publishes different tags.
SCOPE_IMAGE=daydreamlive/scope:ja-runner-cloud
GO_LIVEPEER_IMAGE=livepeer/go-livepeer:ja-live-runner
CADDY_IMAGE=caddy:2
CURL_IMAGE=curlimages/curl:8.11.1
WATCHTOWER_IMAGE=nickfedor/watchtower:latest
# Watchtower polling interval in seconds.
WATCHTOWER_POLL_INTERVAL=3600
# Override only if the go-livepeer image uses a different binary name.
LIVEPEER_BIN=livepeer
# Optional Scope artifact prefetch overrides. By default, the runner downloads
# the standard model set and promoted starter LoRAs into scope-shared-data before
# registering with Livepeer. Set either value to empty to disable that prefetch.
# DOWNLOAD_MODELS=longlive rife
# DOWNLOAD_MODELS=
# DOWNLOAD_LORAS=
# DOWNLOAD_LORAS='--url https://civitai.com/api/download/models/2704300 --filename diffslime_acidzlime-000016.safetensors --expected-sha256 a4028744227d95ca03eb0db1a0906dc34d84356d44ab4778348ceb35661ec94a # diffslime_acidzlime
# --url https://civitai.com/api/download/models/2680702 --filename daydream-scope-dissolve.safetensors --expected-sha256 fd373e0991a33df28f6d0d4a13d8553e2c9625483e309e8ec952a96a2570bec9 # daydream-scope-dissolve'
# Recommended for model and LoRA downloads to reduce rate-limit/auth failures.
# HF_TOKEN=
# CIVITAI_API_TOKEN=