Working authorize needs work

This commit is contained in:
2025-09-07 17:52:47 -04:00
parent 6978ed30e1
commit ea52f7ba62
9 changed files with 954 additions and 313 deletions

View File

@@ -3,7 +3,7 @@ FROM node:20.11.1 AS builder
ENV VITE_BASE_URL="http://192.168.1.204:9610"
ENV VITE_AUTO_URL="http://192.168.1.204:9614"
ENV VITE_MONEY_URL="http://192.168.1.204:9613"
ENV VITE_AUTHORIZE_URL="http://localhost:9516"
ENV VITE_COMPANY_ID='1'
WORKDIR /app