mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Make environment variables override values from .env.test
Closes #45252 Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
parent
490815f1f0
commit
5b5fe813c8
@ -114,7 +114,7 @@ public class Config {
|
||||
Path envTestPath = currentPath.resolve(".env.test");
|
||||
if (Files.isRegularFile(envTestPath)) {
|
||||
try {
|
||||
return new EnvConfigSource(ConfigSourceUtil.urlToMap(envTestPath.toUri().toURL()), 350);
|
||||
return new EnvConfigSource(ConfigSourceUtil.urlToMap(envTestPath.toUri().toURL()), 296);
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user