7 lines
186 B
Text
7 lines
186 B
Text
# Database connection (matches docker-compose defaults)
|
|
DATABASE_POSTGRES_USER=lilith
|
|
DATABASE_POSTGRES_PASSWORD=lilith
|
|
DATABASE_POSTGRES_NAME=lilith
|
|
|
|
# Environment
|
|
NODE_ENV=development
|