diff --git a/kwotes.conf.pl b/kwotes.conf.pl index f49c14c..9bf6f6f 100755 --- a/kwotes.conf.pl +++ b/kwotes.conf.pl @@ -14,7 +14,7 @@ $DB_HOST = "mysql"; $DB_USER = "kwotes"; # database user -$DB_PASS = "kw0t3s"; +$DB_PASS = "kwotes"; # database password $SECS_BETWEEN_KWOTES = 60*60;