mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
chore(deploy): change webui port to 3090
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# cp deploy/compose.env.example .env
|
||||
|
||||
# Public web port exposed by the web service.
|
||||
CHECKIN_WEB_PORT=8080
|
||||
CHECKIN_WEB_PORT=3090
|
||||
|
||||
# ==================== Backend runtime paths ====================
|
||||
# Container-local defaults for the Compose deployment.
|
||||
@@ -16,7 +16,7 @@ SECRET_KEY=change-this-to-a-long-random-secret
|
||||
|
||||
# Use the browser origins that will open the frontend.
|
||||
# Public domain + optional intranet origins.
|
||||
CORS_ORIGINS=https://checkin.example.com,http://192.168.1.10:8080,http://checkin.lan:8080
|
||||
CORS_ORIGINS=https://checkin.example.com,http://192.168.1.10:3090,http://checkin.lan:3090
|
||||
FRONTEND_URL=https://checkin.example.com
|
||||
|
||||
# ==================== Logging ====================
|
||||
|
||||
Reference in New Issue
Block a user