X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=config.pm;h=3a57206699b88baefe47dcbd8d30ec672af10b15;hp=2bb1974fa578a1bd46d10fc7f93c5e34ecf6d7bd;hb=65d6dd1d5f4d8bf2ddd868339d22d40821b8983c;hpb=be3ec2db9cd21b41c131b9ecccc3e00dd0c57320 diff --git a/config.pm b/config.pm index 2bb1974..3a57206 100644 --- a/config.pm +++ b/config.pm @@ -66,6 +66,11 @@ our @masters = ( # you probably need specific prior permission to use this. our $tb_serial_key = undef; +# Postgres configuration. +our $dbistr = "dbi:Pg:dbname=remoteglot"; +our $dbiuser = undef; +our $dbipass = undef; + eval { my $config_filename = $ENV{'REMOTEGLOT_CONFIG'} // 'config.local.pm'; require $config_filename;