X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/769d0bd71b19b467c195838379a379e0e2d69c2b..d5653b977ce2b9d0ef6e6c07b3a9b64c1462e601:/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
+?>