shlink/config/autoload/geolite2.global.php
2018-11-11 21:28:42 +01:00

11 lines
142 B
PHP

<?php
declare(strict_types=1);
return [
'geolite2' => [
'db_location' => __DIR__ . '/../../data/GeoLite2-City.mmdb',
],
];