10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
# 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
|