first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
18
rus/facematch/.env.example
Normal file
18
rus/facematch/.env.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue