There was an error while loading. Please reload this page.
1 parent 52f47ce commit 348b1e8Copy full SHA for 348b1e8
1 file changed
docker-compose.yml
@@ -2,6 +2,9 @@ services:
2
presentation:
3
image: ${DOCKER_REGISTRY-}presentation
4
container_name: presentation
5
+ environment:
6
+ OpenIDConnectSettings__Authority: https://localhost:7041
7
+ OpenIDConnectSettings__ClientId: SA_TEST_CLIENT
8
build:
9
context: .
10
dockerfile: src/SchoolAccount.Web.Mvc/Dockerfile
0 commit comments