feat(front-end): make responsive back-office
This commit is contained in:
@@ -10,7 +10,7 @@ FRONTEND_PORT=18082
|
||||
CLAMAV_HOST=192.168.1.147
|
||||
CLAMAV_PORT=3310
|
||||
CLAMAV_ENABLED=true
|
||||
APP_FRONTEND_BASE_URL=http://localhost:18082
|
||||
APP_FRONTEND_BASE_URL=https://dev.3d-fab.ch
|
||||
ADMIN_PASSWORD=
|
||||
ADMIN_SESSION_SECRET=
|
||||
ADMIN_SESSION_TTL_MINUTES=480
|
||||
|
||||
@@ -10,7 +10,7 @@ FRONTEND_PORT=18081
|
||||
CLAMAV_HOST=192.168.1.147
|
||||
CLAMAV_PORT=3310
|
||||
CLAMAV_ENABLED=true
|
||||
APP_FRONTEND_BASE_URL=http://localhost:18081
|
||||
APP_FRONTEND_BASE_URL=https://int.3d-fab.ch
|
||||
ADMIN_PASSWORD=
|
||||
ADMIN_SESSION_SECRET=
|
||||
ADMIN_SESSION_TTL_MINUTES=480
|
||||
|
||||
@@ -4,8 +4,8 @@ ENV=prod
|
||||
TAG=prod
|
||||
|
||||
# Ports
|
||||
BACKEND_PORT=8000
|
||||
FRONTEND_PORT=80
|
||||
BACKEND_PORT=18000
|
||||
FRONTEND_PORT=18080
|
||||
|
||||
CLAMAV_HOST=192.168.1.147
|
||||
CLAMAV_PORT=3310
|
||||
|
||||
Reference in New Issue
Block a user