config-files cleaned
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@163 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
07fd1f2892
commit
0c69ddc6cd
|
|
@ -10,14 +10,14 @@ dflt_image_location /home/jan/Webs/wetter/images/chart/
|
|||
# Bilder-Configs
|
||||
# Jedes Config-File representiert ein zu generierendes Bild
|
||||
#image_cfg testimage.conf
|
||||
#image_cfg hum_ex.conf
|
||||
#image_cfg press_ex.conf
|
||||
image_cfg hum_ex.conf
|
||||
image_cfg press_ex.conf
|
||||
image_cfg rain_ex.conf
|
||||
#image_cfg temp_ex.conf
|
||||
#image_cfg wind_ex.conf
|
||||
image_cfg temp_ex.conf
|
||||
image_cfg wind_ex.conf
|
||||
|
||||
# Postgres-Einstellungen
|
||||
pg_host 141.30.228.39
|
||||
pg_user losinshi
|
||||
pg_host localhost
|
||||
pg_user weatherstation
|
||||
#pg_pass
|
||||
pg_database wetter
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ mail_auth_pass pass # Passwort bei Authentifizierung
|
|||
|
||||
# Postgres-Einstellungen
|
||||
pg_host localhost
|
||||
pg_user user
|
||||
pg_user weatherstation
|
||||
pg_pass pass
|
||||
pg_database wetter
|
||||
pg_timeout 30
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ log_data yes # default: no
|
|||
log_error yes # default: no
|
||||
|
||||
# Das File wo die daten reinkommen
|
||||
data_file ../data.log # default: ./data.log
|
||||
data_file /var/log/weatherd.data.log # default: ./data.log
|
||||
|
||||
# Das File wo die Fehler reinkommen
|
||||
error_file ../error.log # default: ./error.log
|
||||
error_file /var/log/weatherd.error.log # default: ./error.log
|
||||
|
||||
# Im Vordergrunf bleiben?
|
||||
foreground yes # default: no
|
||||
|
|
@ -20,8 +20,8 @@ foreground yes # default: no
|
|||
verbose yes # default: no
|
||||
|
||||
# Postgres-Einstellungen
|
||||
pg_host 141.30.228.39
|
||||
pg_user losinshi
|
||||
pg_host localhost
|
||||
pg_user weatherstation
|
||||
#pg_pass
|
||||
pg_database wetter
|
||||
pg_timeout 30
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
<?
|
||||
|
||||
/* Datenbankverbindung */
|
||||
$pg_host = "141.30.228.39";
|
||||
$pg_host = "localhost";
|
||||
$pg_database = "wetter";
|
||||
$pg_user = "losinshi";
|
||||
$pg_user = "weatherstation";
|
||||
$pg_pass = "";
|
||||
|
||||
/* Default-Werte */
|
||||
|
|
|
|||
Loading…
Reference in New Issue