-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env_example
More file actions
33 lines (17 loc) · 749 Bytes
/
.env_example
File metadata and controls
33 lines (17 loc) · 749 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
# Example .env file for configuring environment variables
# MongoDB connection URI
MONGODB_URI= # Specify the URI for MongoDB connection
# Port for the server
PORT= # Define the server port
# Node environment ('development', 'production', etc.)
NODE_ENV= # Set the Node environment
# Logger configuration ('true' or 'false')
LOGGER= # Enable or disable the logger
# Webhook URL for chatbot logger
CHATBOT_LOGGER_WEBHOOK= # Provide the URL for the chatbot logger webhook
# Discord webhook URL
DISCORD_WEBHOOK_URL= # Input the URL for Discord webhook
# Access key for authentication
ACCESS_KEY= # Assign the access key for authentication
# HMAC key for generating secure tokens
HMAC_KEY= # Set the HMAC key for secure token generation