first commit

This commit is contained in:
MaddoScientisto 2026-03-14 20:04:39 +01:00
commit 4d332ef662
27586 changed files with 3281783 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# ─────────────────────────────────────────────────────────────────────────────
# Copy this file to .env and fill in the values for your environment.
# ─────────────────────────────────────────────────────────────────────────────
# Port this Node app listens on
PORT=3001
# Public URL prefix under which the app is mounted in the reverse proxy
# Must match the Nginx location block (e.g. location /face_match { ... })
PUBLIC_BASE=/face_match
# Internal (loopback) URL of the main Tomcat/Java application.
# Used for the back-channel session validation call.
# Never expose checkSession.jsp directly to the internet.
JAVA_APP_INTERNAL_URL=http://localhost:8080
# Public URL of the main app login page unauthenticated users are redirected here
LOGIN_URL=https://www.regalamiunsorriso.it/admin/menu/Menu4.abl