Refactor code structure for improved readability and maintainability
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@ -0,0 +1,9 @@
|
||||
# Database Configuration
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=your_password_here
|
||||
DB_DATABASE=low_code_engine
|
||||
|
||||
# Application Configuration
|
||||
NODE_ENV=development
|
||||
Reference in New Issue
Block a user