config-files cleaned

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@163 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-27 15:39:20 +00:00
parent 07fd1f2892
commit 0c69ddc6cd
4 changed files with 13 additions and 13 deletions

View File

@ -10,14 +10,14 @@ dflt_image_location /home/jan/Webs/wetter/images/chart/
# Bilder-Configs # Bilder-Configs
# Jedes Config-File representiert ein zu generierendes Bild # Jedes Config-File representiert ein zu generierendes Bild
#image_cfg testimage.conf #image_cfg testimage.conf
#image_cfg hum_ex.conf image_cfg hum_ex.conf
#image_cfg press_ex.conf image_cfg press_ex.conf
image_cfg rain_ex.conf image_cfg rain_ex.conf
#image_cfg temp_ex.conf image_cfg temp_ex.conf
#image_cfg wind_ex.conf image_cfg wind_ex.conf
# Postgres-Einstellungen # Postgres-Einstellungen
pg_host 141.30.228.39 pg_host localhost
pg_user losinshi pg_user weatherstation
#pg_pass #pg_pass
pg_database wetter pg_database wetter

View File

@ -21,7 +21,7 @@ mail_auth_pass pass # Passwort bei Authentifizierung
# Postgres-Einstellungen # Postgres-Einstellungen
pg_host localhost pg_host localhost
pg_user user pg_user weatherstation
pg_pass pass pg_pass pass
pg_database wetter pg_database wetter
pg_timeout 30 pg_timeout 30

View File

@ -8,10 +8,10 @@ log_data yes # default: no
log_error yes # default: no log_error yes # default: no
# Das File wo die daten reinkommen # 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 # 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? # Im Vordergrunf bleiben?
foreground yes # default: no foreground yes # default: no
@ -20,8 +20,8 @@ foreground yes # default: no
verbose yes # default: no verbose yes # default: no
# Postgres-Einstellungen # Postgres-Einstellungen
pg_host 141.30.228.39 pg_host localhost
pg_user losinshi pg_user weatherstation
#pg_pass #pg_pass
pg_database wetter pg_database wetter
pg_timeout 30 pg_timeout 30

View File

@ -1,9 +1,9 @@
<? <?
/* Datenbankverbindung */ /* Datenbankverbindung */
$pg_host = "141.30.228.39"; $pg_host = "localhost";
$pg_database = "wetter"; $pg_database = "wetter";
$pg_user = "losinshi"; $pg_user = "weatherstation";
$pg_pass = ""; $pg_pass = "";
/* Default-Werte */ /* Default-Werte */