9 lines
170 B
Bash
9 lines
170 B
Bash
# Database
|
|
DATABASE_URL="mysql://rezepte_user:rezepte_pass@localhost:3307/rezepte_klaus"
|
|
|
|
# Server
|
|
PORT=3001
|
|
NODE_ENV=development
|
|
|
|
# Prisma
|
|
# DATABASE_URL="file:./dev.db" |