You've already forked explain.depesz.com
mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2025-07-03 00:58:12 +02:00
json_config changed name to JSONConfig
This commit is contained in:
@ -12,7 +12,7 @@ sub startup {
|
||||
$self->plugin( charset => { charset => 'utf8' } );
|
||||
|
||||
# load configuration
|
||||
my $config = $self->plugin( 'json_config' );
|
||||
my $config = $self->plugin( 'JSONConfig' );
|
||||
|
||||
# setup secret passphrase
|
||||
$self->secret( $config->{ secret } || 'Xwyfe-_d:yGDr+p][Vs7Kk+e3mmP=c_|s7hvExF=b|4r4^gO|' );
|
||||
|
Reference in New Issue
Block a user