diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index fcd495acdabfc37bf66be9e9535a104127e7a327..349bb3449fb0e7a8c15289cf55748e973876e3ec 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -2,6 +2,7 @@
 quarkus.http.port=8080
 quarkus.http.root-path=/geoip
 
+eclipse.pagination.enabled=false
 
 eclipse.maxmind.root=/tmp/maxmind
 eclipse.subnet.ipv4.path=${eclipse.maxmind.root}/db/GeoLite2-Country-Blocks-IPv4.csv
@@ -12,4 +13,6 @@ maxmind.database.root=${eclipse.maxmind.root}/bin
 maxmind.database.country.file=GeoLite2-Country.mmdb
 maxmind.database.city.file=GeoLite2-City.mmdb
 
-%dev.quarkus.http.port=8090
\ No newline at end of file
+%dev.quarkus.http.port=8090
+
+%dev.eclipse.maxmind.root=/home/martin/localdev/eclipsefdn-webdev-toolkit/projects-java/geoip-rest-api/maxmind
\ No newline at end of file