Skip to content

Commit

Permalink
Make the OIDC config runtime as it's only used at runtime
Browse files Browse the repository at this point in the history
And we need it to be overridable.
  • Loading branch information
gsmet committed Oct 23, 2019
1 parent d827661 commit 923d13f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import io.quarkus.runtime.annotations.ConfigPhase;
import io.quarkus.runtime.annotations.ConfigRoot;

@ConfigRoot(phase = ConfigPhase.BUILD_AND_RUN_TIME_FIXED)
@ConfigRoot(phase = ConfigPhase.RUN_TIME)
public class OidcConfig {

/**
Expand Down

0 comments on commit 923d13f

Please sign in to comment.