Skip to content
Snippets Groups Projects
Commit af198d9a authored by Kotyba Alhaj Taha's avatar Kotyba Alhaj Taha
Browse files

Merge branch 'back_to_old_method' into 'master'

reset all changes.

See merge request !173
parents 2dd71924 d21647a4
No related branches found
No related tags found
1 merge request!173reset all changes.
......@@ -29,11 +29,11 @@
FROM node:16.0.0-buster as js-builder
# First the urls for sms backend and cv backend
#ARG SMS_BACKEND_URL_ARG
ENV SMS_BACKEND_URL /backend/api/v1
ARG SMS_BACKEND_URL_ARG
ENV SMS_BACKEND_URL $SMS_BACKEND_URL_ARG
#ARG CV_BACKEND_URL_ARG
ENV CV_BACKEND_URL /cv/api/v1
ARG CV_BACKEND_URL_ARG
ENV CV_BACKEND_URL $CV_BACKEND_URL_ARG
ENV INSTITUTE ufz
......@@ -44,8 +44,9 @@ ENV NUXT_ENV_CLIENT_ID $CLIENT_ID_ARG
ARG AUTHORITY_ARG
ENV NUXT_ENV_AUTHORITY $AUTHORITY_ARG
## VERY IMPORTANT: That is the root path of the application and all additional files on the server
#ENV BASE_URL /sms
# The redirect uris (those must be different per host on that the frontend runs)
ARG HOST_ARG
ENV BASE_URL /sms
# And those remaining settings
ENV NUXT_ENV_SCOPE openid profile email
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment