1
0
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:
Hubert depesz Lubaczewski
2012-01-26 11:28:02 +01:00
parent da7f1e7f9b
commit dbfb8d70a0

View File

@ -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|' );