X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.pm;h=ec20c345264561fa0b3fb9b319bd44caf51ae461;hb=8733e976299634c8bce83bc8908a99ff669bc2fd;hp=f95d1f7e3eb8a1a777ff77ad7e1b608af9e8d2db;hpb=f120f5172ba09d12928acc7228e4aa331cbdc190;p=remoteglot diff --git a/config.pm b/config.pm index f95d1f7..ec20c34 100644 --- a/config.pm +++ b/config.pm @@ -78,6 +78,9 @@ our $dbistr = "dbi:Pg:dbname=remoteglot"; our $dbiuser = undef; our $dbipass = undef; +# For manual moves made from the web interface. +our $adminpass = undef; + eval { my $config_filename = $ENV{'REMOTEGLOT_CONFIG'} // 'config.local.pm'; require $config_filename;