-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
41 lines (22 loc) · 861 Bytes
/
Copy pathenv.example
File metadata and controls
41 lines (22 loc) · 861 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
39
#NODE_ENV=development or NODE_ENV=production or Run node bot.js --prod
#used for loader only
#if in prod any edit needs restart
NODE_ENV=development
#OMDB_API_KEY=
# === Cloudinary Configuration ===
# Your Cloudinary cloud name (found in your Cloudinary dashboard)
CLOUDINARY_CLOUD_NAME=
# Your Cloudinary API key (used for authentication)
CLOUDINARY_API_KEY=
# Your Cloudinary API secret (keep this private!)
CLOUDINARY_API_SECRET=
# Optional: Set to true to use HTTPS URLs
CLOUDINARY_SECURE=true
# OpenWeatherMap API key (sign up at https://openweathermap.org/api)
OPENWEATHER_API_KEY=
# ⚽ FOOTBALL-DATA.ORG API KEY
# Sign up at https://www.football-data.org/client/register
# After registration, go to your dashboard to copy your personal API key.
FOOTBALL_API_KEY=""
#Get your API key from giftedtech.web.id
TIMEZONE=Africa/Nairobi