Package org.keycloak.it.junit5.extension
Annotation Type WithEnvVars
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface WithEnvVars
WithEnvVarsis used to set environment variables before starting the server
-
-
Element Detail
-
value
String[] value
List of environment variables to be set as key-value pairs, e.g. {"JAVA_OPTS", -Xms64m", "DEBUG_PORT", "5005"}- Default:
- {}
-
-