Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/GeoIp2/config/config.php')
-rw-r--r--plugins/GeoIp2/config/config.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/GeoIp2/config/config.php b/plugins/GeoIp2/config/config.php
new file mode 100644
index 0000000000..54b0797861
--- /dev/null
+++ b/plugins/GeoIp2/config/config.php
@@ -0,0 +1,5 @@
+<?php
+
+return [
+ 'path.geoip2' => DI\string('{path.root}/misc/'),
+]; \ No newline at end of file