-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (19 loc) · 779 Bytes
/
.env.example
File metadata and controls
26 lines (19 loc) · 779 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
# .env.example
# OpenAI API Key for AI model access
LITELLM_API_KEY=sk-123
LITELLM_BASE_URL=http://example.io
# Nostr Admin Private Key - KEEP THIS SECRET!
# This is the hex-encoded private key (64 characters) that controls the server wallet
NOSTR_ADMIN_PRIVATE_KEY=abc
# this is the hex-encoded private key that controls the publishing of btc price and model config
NOSTR_PUBLISHER_PRIVATE_KEY=cba
NOSTR_RELAYS=wss://relay.example.com
## OpenTelemetry Configuration
OTEL_ENABLED=true
# Replace with your actual Uptrace DSN from your Uptrace dashboard
UPTRACE_DSN='example.com'
# Optional: Set the service name (if not set in code)
OTEL_SERVICE_NAME=app
# Optional: Configure mints and other settings
# CASHU_MINTS=https://mint1.com,https://mint2.com
# REQUIRED_DEPOSIT=2