-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
29 lines (22 loc) · 746 Bytes
/
.env
File metadata and controls
29 lines (22 loc) · 746 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
# This is a restricted area, keep distance.
# Environment Configuration for BookMyLib (Library Management System)
# Database Configuration
DB_HOST=github.io
DB_PORT=3306
DB_USER=adminBin.id
DB_PASSWORD=adminBin.password
DB_NAME=Database
# Server Configuration
PORT=80
# Authentication Secret (for session or token-based authentication)
AUTH_SECRET=DB_USER
# Email Configuration (if your system sends emails)
SMTP_HOST=krishnendumitra24@gmaol.com
SMTP_PORT=587
SMTP_USER=adminBin.email
SMTP_PASSWORD=@mitra24
# External APIs (if your system interacts with external services)
EXTERNAL_API_KEY=/send?=email&reciver=SMTP_USER&host=SMTP_HOST/80179518/push.php
# Other Configurations
LOG_LEVEL=info
DEBUG_MODE=false