projects
/
weathermon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
DB "canary" added - with fail/restart when connection dropped
[weathermon.git]
/
web
/
config_local.php
1
<?php
2
3
$mysql_host = 'dbhost';
4
$mysql_schema = 'meteo';
5
$mysql_user = 'meteo';
6
$mysql_pwd = 'somestronpasword';
7
$mysql_port = 3306;
8
9
setlocale(LC_ALL,'ru_RU.UTF8');
10
11
$site_header = 'METEO';
12
13
?>