X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/93b43a8a877213fd5973504dd4aa083a657d5aa0..4dc5359f5dc079715d4351475d29cabe5fe8b355:/web/config_local.php?ds=inline 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