config.pm
branchpgsql
changeset 111 1898ce7c3fd3
parent 79 d114cce9f03f
equal deleted inserted replaced
110:86504771a173 111:1898ce7c3fd3
     6 @mailto      = "root";
     6 @mailto      = "root";
     7 $logfile     = "/root/LOG.$NODENAME";
     7 $logfile     = "/root/LOG.$NODENAME";
     8 
     8 
     9 # @notify_dirs = qw(/etc);
     9 # @notify_dirs = qw(/etc);
    10 
    10 
       
    11 # DB config
    11 $db = 1;
    12 $db = 1;
    12 
    13 
    13 1;
    14 # for MySQL use
       
    15 # DBI:mysql:logbuch:localhost
       
    16 # for Postgres (socket connection) use
       
    17 # DBI:Pg:dbname=logbuch;port=5432
       
    18 $dbDSN   = "";
       
    19 $dbUser  = "logbuch";
       
    20 $dbPass  = "changeit";
       
    21