Files
few-line-engine/.env.example

15 lines
290 B
Plaintext

# Database Configuration
DB_HOST=localhost
DB_PORT=3306
DB_USERNAME=root
DB_PASSWORD=your_password_here
DB_DATABASE=low_code_engine
REDIS_HOST=localhost
REDIS_PORT=6379
# Application Configuration
NODE_ENV=development
PORT=3054
ENCRYPTION_KEY=12345678901234567890123456789012
IV_LENGTH=16