Skip to content

Commit 1a0387c

Browse files
committed
Add ".env-docker" file for local testing
1 parent 97f1207 commit 1a0387c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env-docker

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
OPENTDF_PLATFORM_HOST="localhost"
2+
OPENTDF_PLATFORM_PORT=8080
3+
OPENTDF_PLATFORM_URL="http://localhost:8080"
4+
5+
KEYCLOAK_URL="https://localhost:8443/auth"
6+
OIDC_OP_TOKEN_ENDPOINT="https://localhost:8443/auth/realms/opentdf/protocol/openid-connect/token"

0 commit comments

Comments
 (0)