forked from github/codespaces-express
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
38 lines (28 loc) · 958 Bytes
/
example.env
File metadata and controls
38 lines (28 loc) · 958 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
27
28
29
30
31
32
33
34
35
36
37
38
# -- DATABASE --
DATABASE_URL=postgresql://neondb_owner:npg_I2WjgnEQue7D@ep-round-waterfall-a4ip42oy-pooler.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require
# -- AUTHENTICATION --
JWT_SECRET=
# -- PTERODACTYL/PELICAN PANEL --
PELICAN_API_KEY=papp_e9VeGT4CpDh14Iokqy3HbgltpJichvA6bBgxYA5fDEV
PELICAN_BASE=https://panel.example.com/api/application
PELICAN_NODE_ID=1
PELICAN_ALLOCATION_ID=1
# -- AI & PROVIDERS --
GEMINI_KEY=
IP2LOCATION_KEY=
ABUSEIPDB=
VPNAPI=
NAMESILO_API_KEY=
# -- NOTIFICATIONS --
# Email address for administrative notifications.
ADMIN_EMAIL=mrramyg@nexcloud.enterprises
# Discord webhook URL for deployment notifications.
DEPLOY_DISCORD_WEBHOOK=https://discord.com/api/webhooks/1444467138860417236/jZG10yLYIuiF7ZmRs1mpvORDtk5ipz1IVdVFg8P82U-McomAXBo5HoBKZwv0Mj_0qUcE
# -- EMAIL (SMTP) --
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=
SMTP_PASS=
# -- GENERAL --
NODE_ENV=development