13 lines
319 B
Bash
13 lines
319 B
Bash
# Database (inside container use service name 'mysql')
|
|
DATABASE_URL="mysql://rezepte_user:rezepte_pass@mysql:3306/rezepte"
|
|
|
|
# Server
|
|
PORT=3001
|
|
NODE_ENV=development
|
|
|
|
# CORS Configuration
|
|
# Limit default origin; override via compose env if needed
|
|
CORS_ORIGIN=http://localhost:3000
|
|
|
|
# Prisma
|
|
# DATABASE_URL="file:./dev.db" |