ignore default license

This commit is contained in:
Braydon 2024-04-22 23:14:26 -04:00
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();
} }
} }