Regalamiunsorriso/rus/facematch/.env.example
2026-03-14 20:04:39 +01:00

18 lines
1.1 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ─────────────────────────────────────────────────────────────────────────────
# 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