X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/3a48d89e76fd2ab87dabf08632474c529cf77ad4..2af24084f6a12980933eabb23d3bde41b8fd1a1f:/web/config_local.php?ds=inline

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