Skip to content

Commit

Permalink
wwwww
Browse files Browse the repository at this point in the history
  • Loading branch information
jcii committed Nov 21, 2023
1 parent b9b84f6 commit 29fee02
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,8 @@ jobs:
KC_METRICS_ENABLED: true
KC_HTTP_PORT: 8100
KC_HTTPS_PORT: 8101
KC_LOGLEVEL: INFO

args: ["start-dev",
"--auto-build",
"--http-port=8100",
"--https-port=8101",
"--log-level=INFO",
"--db=postgres",
"--features=token-exchange",
"--db-url=", "--db-username=postgres", "--db-password=postgres", "--import-realm"]
KC_LOG_LEVEL: INFO
KC_FILE: /opt/keycloak/data/import/keycloak-test-realm.json
ports:
# Maps tcp port 5432 on service container to the host
- 8100:8100
Expand Down

0 comments on commit 29fee02

Please sign in to comment.