projects
/
weathermon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Workaround for broken data transmission from Arduino part
[weathermon.git]
/
web
/
config_local.php
1
<?php
2
3
$mysql_host = 'host';
4
$mysql_schema = 'meteo';
5
$mysql_user = 'meteo';
6
$mysql_pwd = 'somestrictpasswd';
7
$mysql_port = 3306;
8
9
setlocale(LC_ALL,'ru_RU.UTF8');
10
11
?>