projects
/
weathermon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Полностью новая версия веб-интерфейса на базе chart.js
[weathermon.git]
/
web
/
config_local.php~
1
<?php
2
3
$mysql_host = 'estia.rvb-home.lan';
4
$mysql_schema = 'meteo';
5
$mysql_user = 'meteo';
6
$mysql_pwd = 'snovadozhdi';
7
$mysql_port = 3306;
8
9
setlocale(LC_ALL,'ru_RU.UTF8');
10
11
$site_header = 'RVB.NAME';
12
13
?>