feat: add member portal and auth hardening
This commit is contained in:
@@ -145,7 +145,7 @@ create_frontend_container() {
|
||||
|
||||
# Create environment file for frontend
|
||||
log_info "Creating frontend environment configuration..."
|
||||
local api_url="http://${DBIS_API_PRIMARY_IP:-192.168.11.150}:${DBIS_API_PORT:-3000}"
|
||||
local api_url="http://${DBIS_API_PRIMARY_IP:-192.168.11.155}:${DBIS_API_PORT:-3000}"
|
||||
|
||||
pct exec "$vmid" -- bash -c "cat > ${DBIS_CORE_PROJECT_ROOT:-/opt/dbis-core}/frontend/.env <<EOF
|
||||
VITE_API_BASE_URL=${api_url}
|
||||
@@ -245,4 +245,3 @@ log_info "Next steps:"
|
||||
log_info "1. Check service status: ./scripts/management/status.sh"
|
||||
log_info "2. Run database migrations: ./scripts/deployment/configure-database.sh"
|
||||
log_info "3. Test API health: curl http://${DBIS_API_PRIMARY_IP:-192.168.11.150}:${DBIS_API_PORT:-3000}/health"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user