X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/e4e1557426f8e5ca10ca616140528939d86426cd..414a39ee4b909dbd7c891ce7a3bff90b75db866c:/web/config_local.php

diff --git a/web/config_local.php b/web/config_local.php
index 9c9adb2..a4614fd 100644
--- a/web/config_local.php
+++ b/web/config_local.php
@@ -1,11 +1,13 @@
 <?php
 
-  $mysql_host = 'host';
+  $mysql_host = 'dbhost';
   $mysql_schema = 'meteo';
   $mysql_user = 'meteo';
-  $mysql_pwd = 'somestrictpasswd';
+  $mysql_pwd = 'somestronpasword';
   $mysql_port = 3306;
 
   setlocale(LC_ALL,'ru_RU.UTF8');
+
+  $site_header = 'METEO';
                 
-?>
\ No newline at end of file
+?>