mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 01:03:13 +08:00
11 lines
142 B
PHP
11 lines
142 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'geolite2' => [
|
|
'db_location' => __DIR__ . '/../../data/GeoLite2-City.mmdb',
|
|
],
|
|
|
|
];
|