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