<?php
# Configuration for PlotIP. Both the load_GLC.sh and the PHP
# scripts will read this file.
$host = "localhost";
$db = "plotip";
$user = "";
$pass = "";
// key is no longer needed - https://productforums.google.com/forum/#!topic/maps/udms5blT7nY
?>