Refactor code structure for improved readability and maintainability
This commit is contained in:
15
.env example.docker
Normal file
15
.env example.docker
Normal file
@ -0,0 +1,15 @@
|
||||
# Docker Environment Configuration
|
||||
NODE_ENV=development
|
||||
|
||||
# Application Configuration
|
||||
APP_PORT=3000
|
||||
|
||||
# Database Configuration
|
||||
DB_HOST=mariadb
|
||||
DB_PORT=3306
|
||||
DB_USERNAME=app_user
|
||||
DB_PASSWORD=app_password
|
||||
DB_DATABASE=low_code_engine
|
||||
DB_ROOT_PASSWORD=rootpassword
|
||||
|
||||
DB_PORT=3309
|
||||
Reference in New Issue
Block a user