PLEASE READ FIRST
Please do not post bugs or ask questions or feature requests here
For help and support you can use our Discord server or our community site.
My world map does not load

I have tried using google engine with api key, still the same problem. futher I tried using the defualt leaflet and openstreetmap. Where can I find a tile_url for leaflet?
// GEO
$config['geoloc']['latlng'] = true;
$config['geoloc']['engine'] = "google";
$config[‘geoloc’][‘api_key’] = “my_api_key”;
$config['leaflet']['tile_url'] = "127.0.0.1:8888" ; //not sure what to have here
$config['map']['engine'] = "leaflet";
$config['leaflet']['default_lat'] = "51.981074";
$config['leaflet']['default_lng'] = "5.350342";
$config['leaflet']['default_zoom'] = 8;
$config['leaflet']['group_radius'] = 1;
PLEASE READ FIRST
Please do not post bugs or ask questions or feature requests here
For help and support you can use our Discord server or our community site.
To create a new device request please use this link: https://github.com/librenms/librenms/issues/new?template=New-Device.md
My world map does not load

I have tried using google engine with api key, still the same problem. futher I tried using the defualt leaflet and openstreetmap. Where can I find a tile_url for leaflet?
// GEO
$config['geoloc']['latlng'] = true;
$config['geoloc']['engine'] = "google";
$config[‘geoloc’][‘api_key’] = “my_api_key”;
$config['leaflet']['tile_url'] = "127.0.0.1:8888" ; //not sure what to have here
$config['map']['engine'] = "leaflet";
$config['leaflet']['default_lat'] = "51.981074";
$config['leaflet']['default_lng'] = "5.350342";
$config['leaflet']['default_zoom'] = 8;
$config['leaflet']['group_radius'] = 1;