12 lines
389 B
Plaintext
12 lines
389 B
Plaintext
NODE_ENV=production
|
|
PORT=3000
|
|
DATABASE_URL=postgresql://postgres:postgres@db:5432/qrmaster?schema=public
|
|
DIRECT_URL=postgresql://postgres:postgres@db:5432/qrmaster?schema=public
|
|
NEXTAUTH_URL=http://localhost:3000
|
|
NEXTAUTH_SECRET=CHANGE_ME
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|
|
REDIS_URL=redis://redis:6379
|
|
IP_SALT=CHANGE_ME_SALT
|
|
ENABLE_DEMO=true |