X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/3a48d89e76fd2ab87dabf08632474c529cf77ad4..97f7c41a685adb43850c799f9f5ae3a9b38efd96:/web/config_local.php?ds=sidebyside diff --git a/web/config_local.php b/web/config_local.php index c087aea..9c9adb2 100644 --- a/web/config_local.php +++ b/web/config_local.php @@ -1,12 +1,11 @@ <?php - $mysql_host = 'hostname'; + $mysql_host = 'host'; $mysql_schema = 'meteo'; $mysql_user = 'meteo'; - $mysql_pwd = '***'; + $mysql_pwd = 'somestrictpasswd'; $mysql_port = 3306; - + setlocale(LC_ALL,'ru_RU.UTF8'); - -?> - \ No newline at end of file + +?> \ No newline at end of file