weatherStationServer/config.default.php

12 lines
154 B
PHP

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