Added call dropdown

This commit is contained in:
2025-09-24 16:38:56 -04:00
parent a9ee292b23
commit c57ceb7e47
6 changed files with 512 additions and 70 deletions

View File

@@ -4,6 +4,8 @@ ENV VITE_BASE_URL="http://localhost:9510"
ENV VITE_AUTO_URL="http://localhost:9514"
ENV VITE_MONEY_URL="http://localhost:9513"
ENV VITE_AUTHORIZE_URL="http://localhost:9516"
ENV VITE_VOIPMS_URL="http://localhost:9517"
ENV VITE_VOIPMS_TOKEN="my_secret_token"
ENV VITE_COMPANY_ID='1'
@@ -17,4 +19,4 @@ ENV PATH /app/node_modules/.bin:$PATH
RUN npm install
COPY . /app
COPY . /app