-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.env
More file actions
27 lines (19 loc) Β· 1.08 KB
/
Copy path.env
File metadata and controls
27 lines (19 loc) Β· 1.08 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
# βββββββββββββββββββββββββββββββββ
# πΊ WOLFBOT CONFIGURATION
# βββββββββββββββββββββββββββββββββ
# ββ REQUIRED βββββββββββββββββββββ
SESSION_ID=
# ββ OPTIONAL: PostgreSQL Database ββββββββββββ
# Leave blank to run on SQLite only (default)
# Supports Heroku Postgres, Supabase, Neon, Railway, etc.
# Format: postgres://user:password@host:5432/dbname?sslmode=require
DATABASE_URL=
#This second part is only necessary if you will really want to use the Cpanel cmds
# ββ OPTIONAL: Pterodactyl Panel βββββββββββββ
# Only needed if you use panel/cpanel commands
PTERODACTYL_KEY=
PTERODACTYL_URL=
# ββ OPTIONAL: Paystack βββββββββββββββββββββββ
# Only needed for M-Pesa STK push payments
PAYSTACK_KEY=
# ββββββββββββββββββββββββββββββββββ