Обработка сообщений MQTT в формате rtl_433
[weathermon.git] / web / config_local.php
index c087aeac5fe31b4b7701dac6b3ad41cc716c940c..a4614fdcbf16158f0ec2610676b457bbb72c19de 100644 (file)
@@ -1,12 +1,13 @@
 <?php
 
-  $mysql_host = 'hostname';
+  $mysql_host = 'dbhost';
   $mysql_schema = 'meteo';
   $mysql_user = 'meteo';
-  $mysql_pwd = '***';
+  $mysql_pwd = 'somestronpasword';
   $mysql_port = 3306;
-          
+
   setlocale(LC_ALL,'ru_RU.UTF8');
-                            
+
+  $site_header = 'METEO';
+                
 ?>
-                            
\ No newline at end of file