Web interface and MYSQL structures added
[weathermon.git] / web / config_local.php
1 <?php
2
3   $mysql_host = 'hostname';
4   $mysql_schema = 'meteo';
5   $mysql_user = 'meteo';
6   $mysql_pwd = '***';
7   $mysql_port = 3306;
8           
9   setlocale(LC_ALL,'ru_RU.UTF8');
10                             
11 ?>
12