18 lines
1.1 KiB
Text
18 lines
1.1 KiB
Text
# ─────────────────────────────────────────────────────────────────────────────
|
||
# 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
|