5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
# Database Configuration
|
|
DATABASE_URL="postgresql://postgres:lambert@localhost:5432/snippet?schema=public"
|
|
|
|
# Application Configuration
|
|
PORT=3001 |