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

Make default hydra url consistent with other default values

parent b5f00bbd
No related branches found
No related tags found
1 merge request!5Service Integration
......@@ -7,9 +7,9 @@ RUN pip3 install --no-cache-dir -r requirements.txt
COPY . .
ENV BASE_URL https://hydra.oas.example.net
ENV ACCESS_TOKEN_URL https://hydra.oas.example.net/oauth2/token
ENV AUTHORIZE_URL https://hydra.oas.example.net/oauth2/auth
ENV BASE_URL https://sso.oas.example.net
ENV ACCESS_TOKEN_URL https://sso.oas.example.net/oauth2/token
ENV AUTHORIZE_URL https://sso.oas.example.net/oauth2/auth
ENV KEY testapp
ENV SECRET verysecret
......
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