aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/masterwebinterface.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/masterwebinterface.pl b/util/masterwebinterface.pl
index 596c149..10d2b54 100755
--- a/util/masterwebinterface.pl
+++ b/util/masterwebinterface.pl
@@ -19,7 +19,7 @@ $TUWF::OBJ->{$_} = $S{$_} for (keys %S);
TUWF::set(
logfile => "$ROOT/log/MasterWebInterface-TUWF.log",
mail_from => '<noreply@333networks.com>',
- db_login => ['dbi:Pg:dbname=devmasterserver', 'unrealmaster', 'unrealmasterpassword'],
+ db_login => ['dbi:Pg:dbname=devmasterserver', 'user', 'pass'],
# db_login => ["dbi:SQLite:dbname=$ROOT/data/databasename.db",'',''],
validate_templates => { # input templates
page => { template => 'uint', max => 1000 },