Skip to content

Commit f6bd5cc

Browse files
460 Updates env vars in the example files
1 parent 24234a1 commit f6bd5cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.env.example

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ NEXTAUTH_ISSUER="http://localhost:8085/realms/orchestrator"
1616
NEXTAUTH_WELL_KNOWN_OVERRIDE="http://localhost:8085/auth/.well-known/openid-configuration"
1717
NEXTAUTH_URL=http://localhost:3000/api/auth
1818

19-
OPA_PUBLIC_BUNDLE_URL="https://localhost/api/v1/opa/public-bundle"
20-
OPA_CLIENT_ID="orchestrator-client"
21-
2219
# docker-compose variables
2320
KEYCLOAK_ADMIN=admin
2421
KEYCLOAK_ADMIN_PASSWORD=admin
2522
KEYCLOAK_PORT=8085
2623

2724
NEXT_PUBLIC_USE_WEBSOCKET=false
28-
NEXT_PUBLIC_USE_THEME_TOGGLE=false
25+
NEXT_PUBLIC_USE_THEME_TOGGLE=false

0 commit comments

Comments
 (0)