Skip to content
Snippets Groups Projects
Verified Commit 27ea6372 authored by Mark's avatar Mark
Browse files

Fix typo

parent 8643f7ea
No related branches found
No related tags found
1 merge request!2Minimal frontend
...@@ -11,7 +11,7 @@ COPY . . ...@@ -11,7 +11,7 @@ COPY . .
ENV HOST sso.example.net ENV HOST sso.example.net
ENV BACKEND_API_URL http://oas.localhost:5002/graphql ENV BACKEND_API_URL http://oas.localhost:5002/graphql
ENV BASE_URL http://sso.example.net;3000 ENV BASE_URL http://sso.example.net:3000
ENV HYDRA_BASE_URL http://oas.example.net:4444 ENV HYDRA_BASE_URL http://oas.example.net:4444
ENV AUTHORIZE_URL http://oas.example.net:4444/oauth2/auth ENV AUTHORIZE_URL http://oas.example.net:4444/oauth2/auth
ENV USERINFO_URL http://oas.example.net:4444/userinfo ENV USERINFO_URL http://oas.example.net:4444/userinfo
......
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