File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ANNOUNCE_CHANNEL="-1002648883359"
33DEVICE = vps
44ADMIN_IDS = YOUR_TELEGRAM_USER_ID
55BOT_TOKEN =
6- WEBAPP_HMAC_KEY =
6+ 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 and never commit real values
77TELEGRAM_BOT_TOKEN =
88DISCORD_CODE_GENERATION_IMAGE_URL = https://raw.githubusercontent.com/gamblecodezcom/Runewager/main/images/discord_code_generation.png
99DISCORD_VERIFY_IMAGE_URL = https://raw.githubusercontent.com/gamblecodezcom/Runewager/main/images/discord_verify.png
Original file line number Diff line number Diff line change 22.env
33.env. *
44* .env
5+ ! .env.example
6+ ! .env.sample
7+ ! .env.template
58
69# Logs
710logs /
@@ -32,3 +35,7 @@ data/helpful_messages.json
3235data /promo-history.json
3336data /runtime-state.json
3437data /sshv-sessions.json
38+
39+ # Runtime generated data + backups
40+ data /* .json
41+ data /backups /**
You can’t perform that action at this time.
0 commit comments