Skip to content

Commit

Permalink
Correct env vars for admin
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Oct 31, 2024
1 parent 407adf7 commit 9760b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/lib/KeycloakService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ export class KeycloakService extends Construct {
KC_DB_URL_PORT: ecsDbSecret("port"),

// Admin
KC_BOOTSTRAP_ADMIN_USERNAME: ecsAdminSecret("username"),
KC_BOOTSTRAP_ADMIN_PASSWORD: ecsAdminSecret("password"),
KEYCLOAK_ADMIN: ecsAdminSecret("username"),
KEYCLOAK_ADMIN_PASSWORD: ecsAdminSecret("password"),
},
},
}
Expand Down

0 comments on commit 9760b09

Please sign in to comment.