Added call dropdown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user