9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
# App
|
|
NODE_ENV=development
|
|
PORT=3000
|
|
NEXTAUTH_URL=http://localhost:3000
|
|
NEXTAUTH_SECRET=replace-with-a-long-random-secret
|
|
|
|
# Database
|
|
DATABASE_URL=postgresql://payme:payme@localhost:5432/payme?schema=public
|