]> git.sesse.net Git - remoteglot/blobdiff - config.pm
Add a very crude function for manual overrides.
[remoteglot] / config.pm
index f95d1f7e3eb8a1a777ff77ad7e1b608af9e8d2db..ec20c345264561fa0b3fb9b319bd44caf51ae461 100644 (file)
--- 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;