X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/e4e1557426f8e5ca10ca616140528939d86426cd..24b943a6e7b7490d7cb5b9fb02b5561a8b74c697:/web/config_local.php?ds=sidebyside

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
+?>