update runner

This commit is contained in:
Puechberty Arthur
2026-06-11 01:06:48 +02:00
parent f0c7de95de
commit 5679ea30d2
4 changed files with 68 additions and 43 deletions
+10 -2
View File
@@ -1,4 +1,12 @@
ADMIN_USERNAME=change-me
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change-me
ADMIN_SESSION_SECRET=replace-with-a-long-random-secret
PORT=3000
# Port exposé côté machine
APP_PORT=3000
# Node environment
NODE_ENV=production
# Next.js
PORT=3000