weatherStationServer/config.default.php

10 lines
121 B
PHP

<?php
$database = array(
'host' => "localhost",
'user' => "temp",
'password' => "temppw",
'database' => "temp",
);