X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/6f6f38ad845e089ef732873cfcf8e321d8cc1e38..5f23c8a7c56799750221a9c2d8e904e154f8c515:/web/config_local.php diff --git a/web/config_local.php b/web/config_local.php index 9ec56a8..a4614fd 100644 --- a/web/config_local.php +++ b/web/config_local.php @@ -1,14 +1,13 @@ <?php - $mysql_host = 'rvb.name'; + $mysql_host = 'dbhost'; $mysql_schema = 'meteo'; $mysql_user = 'meteo'; - $mysql_pwd = 'somestrongpasswd'; + $mysql_pwd = 'somestronpasword'; $mysql_port = 3306; setlocale(LC_ALL,'ru_RU.UTF8'); - $valid_ip_start = ip2long('192.168.1.0'); - $valid_ip_end = ip2long('192.168.1.255'); + $site_header = 'METEO'; -?> \ No newline at end of file +?>