X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/3a48d89e76fd2ab87dabf08632474c529cf77ad4..d16665cbaa8fa6699e66d11c8bc019b06af6d44a:/web/config_local.php diff --git a/web/config_local.php b/web/config_local.php index c087aea..a4614fd 100644 --- a/web/config_local.php +++ b/web/config_local.php @@ -1,12 +1,13 @@ <?php - $mysql_host = 'hostname'; + $mysql_host = 'dbhost'; $mysql_schema = 'meteo'; $mysql_user = 'meteo'; - $mysql_pwd = '***'; + $mysql_pwd = 'somestronpasword'; $mysql_port = 3306; - + setlocale(LC_ALL,'ru_RU.UTF8'); - + + $site_header = 'METEO'; + ?> - \ No newline at end of file