-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
84 lines (61 loc) · 1.41 KB
/
.env.example
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Domain configuration
DOMAIN=""
# RTIMP Server Configuration
RTMP_PORT=""
# Streaming Configuration
RTMP_URL=""
RESOLUTION=""
FPS=""
VIDEO_BITRATE=""
AUDIO_BITRATE=""
DISPLAY=""
TARGET_URL=""
TARGET_VNC_PORT=""
TARGET_VNC_PATH=""
# Internal App Configuration
INTERNAL_APP_PORT=""
INTERNAL_APP_HOST=""
# Agent Configuration
DISPLAY_NUM=""
AGENT_PORT=""
AGENT_HOST=""
HEIGHT=""
WIDTH=""
# AI Model Configuration
ANTHROPIC_API_KEY=""
# Crypto Configuration
PRIVATE_KEY=""
ADDRESS=""
# ================================================
# Redis Configuration
# ================================================
REDIS_PORT=""
REDIS_HOST=""
REDIS_PASSWORD=""
# ================================================
# Internal API Configuration
# ================================================
INTERNAL_API_URL=""
INTERNAL_API_PORT=""
INTERNAL_API_HOST=""
# ================================================
# Next App Configuration
# ================================================
NEXT_APP_PORT=""
NEXT_PUBLIC_PRIVY_APP_ID=""
# Shared, next-app and next-telegram-bots
MONGODB_URI=""
# ================================================
# Next Telegram Bots Configuration
# ================================================
TUNNEL_URL=""
REDIS_URL=""
BLOB_READ_WRITE_TOKEN=""
NEXT_TG_BEARER_TOKEN=""
NEXT_TG_SECRET=""
TELEGRAM_SECRET_TOKEN=""
OPENAI_API_KEY=""
TOOLHOUSE_API_KEY=""
NEXT_TG_PRIVATE_KEY=""
BASESCAN_API=""
ALCHEMY_API_KEY=""