mirror of
https://github.com/arthur-pbty/links.git
synced 2026-08-01 20:29:27 +02:00
12 lines
206 B
Bash
12 lines
206 B
Bash
ADMIN_USERNAME=admin
|
|
ADMIN_PASSWORD=change-me
|
|
ADMIN_SESSION_SECRET=replace-with-a-long-random-secret
|
|
|
|
# Port exposé côté machine
|
|
APP_PORT=3000
|
|
|
|
# Node environment
|
|
NODE_ENV=production
|
|
|
|
# Next.js
|
|
PORT=3000 |