ignore default license
This commit is contained in:
parent
023395ea69
commit
253c889b90
@ -72,7 +72,7 @@ public final class MaxMindService {
|
|||||||
@PostConstruct
|
@PostConstruct
|
||||||
public void onInitialize() {
|
public void onInitialize() {
|
||||||
// Load the databases
|
// Load the databases
|
||||||
if (EnvironmentUtils.isProduction()) {
|
if (!license.equals("CHANGE_ME")) {
|
||||||
loadDatabases();
|
loadDatabases();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user