mirror of
https://github.com/arthur-pbty/clock.git
synced 2026-08-01 20:28:34 +02:00
13 lines
303 B
Bash
13 lines
303 B
Bash
# Environnement production pour docker-compose (service clock-prod)
|
|
NODE_ENV=production
|
|
NEXT_TELEMETRY_DISABLED=1
|
|
HOSTNAME=0.0.0.0
|
|
PORT=3000
|
|
TZ=Europe/Paris
|
|
APP_PORT=3000
|
|
|
|
# Informations du projet
|
|
SITE_URL=https://clock.arthurp.fr
|
|
CONTACT_URL=https://contact.arthurp.fr
|
|
CONTACT_EMAIL=contact@arthurp.fr
|