Skip to content
Snippets Groups Projects
Commit 549997cd authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Merge branch 'malowe/master/curl-build-fix' into 'master'

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

See merge request !27
parents fac166b9 0a999206
No related branches found
No related tags found
1 merge request!27Remove pagnination from service as it shouldn't be used here
Pipeline #4616 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment