false, // Database connection settings // See http://medoo.in/api/new for info "database" => [ "type" => "mysql", "name" => "poidb", "server" => "localhost", "user" => "root", "password" => "", "charset" => "utf8" ], // Maximum number of results to return. "max_results" => 1000, // Default radius when searching by location, in kilometers "default_radius" => 10, // Name of the app. "site_title" => "OSM Points of Interest", // For supported values, see http://php.net/manual/en/timezones.php "timezone" => "America/Denver" ];