12 lines
200 B
Bash
12 lines
200 B
Bash
# Database
|
|
DATABASE_URL="mysql://rezepte_user:rezepte_pass@localhost:3307/rezepte"
|
|
|
|
# Server
|
|
PORT=3001
|
|
NODE_ENV=development
|
|
|
|
# CORS Configuration
|
|
CORS_ORIGIN=*
|
|
|
|
# Prisma
|
|
# DATABASE_URL="file:./dev.db" |