From b38f146d85f602b2ebaecddcb699ab5ca2043e6e Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Tue, 20 Jun 2023 23:56:07 +0900 Subject: [PATCH] chg: modify conf.sample to use relative path --- etc/server.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/server.conf.sample b/etc/server.conf.sample index 2ccdd2a..23e060f 100644 --- a/etc/server.conf.sample +++ b/etc/server.conf.sample @@ -1,5 +1,5 @@ [global] -mmdb_file = /home/adulau/git/mmdb-server/db/GeoOpen-Country.mmdb,/home/adulau/git/mmdb-server/db/GeoOpen-Country-ASN.mmdb -country_file = /home/adulau/git/mmdb-server/db/country.json +mmdb_file = ../db/GeoOpen-Country.mmdb,../db/GeoOpen-Country-ASN.mmdb +country_file = ../db/country.json lookup_pubsub = no port = 8000