X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/93b43a8a877213fd5973504dd4aa083a657d5aa0..4177ee347c6a063ac3e115d5419edfc2ae5d67fe:/web/config_local.php

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