X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=config.pm;h=2bb1974fa578a1bd46d10fc7f93c5e34ecf6d7bd;hp=b169e07621df5d2415e2c7241be0a7c899bfd8e9;hb=4f754b372829496a9f53eb52923446cc2a0398c1;hpb=bab294aea3bf5ed4832a31854dafee2bc364c565 diff --git a/config.pm b/config.pm index b169e07..2bb1974 100644 --- a/config.pm +++ b/config.pm @@ -67,5 +67,6 @@ our @masters = ( our $tb_serial_key = undef; eval { - require 'config.local.pm'; + my $config_filename = $ENV{'REMOTEGLOT_CONFIG'} // 'config.local.pm'; + require $config_filename; };