Skip to content
Snippets Groups Projects

Remove pagnination from service as it shouldn't be used here

Merged Martin Lowe requested to merge malowe/geoip-rest-api:malowe/master/curl-build-fix into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading