-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (45 loc) · 2.15 KB
/
Copy path.env.example
File metadata and controls
45 lines (45 loc) · 2.15 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
ADMIN_IDS=YOUR_TELEGRAM_USER_ID
# AUTOFIX_SECRET: HMAC-SHA256 signing secret shared with the Autofix AI sender.
# Generate: openssl rand -hex 32
AUTOFIX_SECRET=
# ENDPOINT_PORT: port for the runewager-endpoint companion service (backend.js).
ENDPOINT_PORT=3001
AFFILIATE_SOURCE=GambleCodez
ANNOUNCE_CHANNEL="-1002648883359"
BOTPRIVACYMODE="disabled"
# BOT_PRIVACY_MODE="disabled" in BotFather/non-privacy mode so bot can read group messages.
BOT_PRIVACY_MODE="disabled"
BOT_TOKEN=
DEVICE=vps
DISCORD_CODE_GENERATION_IMAGE_URL=https://raw.githubusercontent.com/gamblecodezcom/Runewager/main/images/discord_code_generation.png
DISCORD_VERIFY_IMAGE_URL=https://raw.githubusercontent.com/gamblecodezcom/Runewager/main/images/discord_verify.png
HTTPS_CERT_PATH=
HTTPS_KEY_PATH=
INTRO_GIF_URL=
LOG_LEVEL=info
MAX_ANALYTICS_EVENTS=2000
MAX_ONBOARDING_STEPS_HISTORY=500
MINI_APP_CLAIM_URL=https://t.me/RuneWager_bot/claim
MINI_APP_PLAY_URL=https://t.me/RuneWager_bot/Play
MINI_APP_PROFILE_URL=https://t.me/RuneWager_bot/profile
PORT=3000
# RUNEWAGER_AUTO_UPDATE: Set to 1 to auto-pull origin/main on start/restart.
# Default: 1 in prod (start.sh), 0 in dev (dev-run.sh).
# Set to 0 on local/staging to avoid overwriting uncommitted changes.
RUNEWAGER_AUTO_UPDATE=1
# RUNEWAGER_FORCE_RESET: Set to 1 to use git reset --hard instead of merge --ff-only.
# Destructive: discards all local uncommitted changes. Default: 0 (disabled).
RUNEWAGER_FORCE_RESET=0
PROMO_ENTRY_IMAGE_URL=https://raw.githubusercontent.com/gamblecodezcom/Runewager/main/images/promo_entry.png
RW_DISCORD_JOIN=https://discord.gg/runewagers
RW_DISCORD_LINK=https://discord.com/channels/1100486422395355197/1249181934811349052
RW_DISCORD_SUPPORT=https://discord.com/channels/1100486422395355197/1249182067296567338
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHANNEL_ID="-1002648883359"
TELEGRAM_CHANNEL_LINK=https://t.me/GambleCodezDrops
TELEGRAM_GROUP_ID="-1002400589513"
TELEGRAM_GROUP_LINK=https://t.me/GambleCodezPrizeHub
TIPS_GROUP="-1002400589513"
# WEBAPP_HMAC_KEY: 32-byte secret for HMAC-signing webapp payloads/CSRF tokens.
# Generate with: openssl rand -hex 32 (or openssl rand -base64 32). Keep secret; never commit real values.
WEBAPP_HMAC_KEY=""