MT#7571 config_debug.pl: Fix of the fix 78ba96f: s/ngcp-panel/ngcp_panel/

Change-Id: I7a7496fc9a97869aa08d6364b28970333558a9ac
changes/63/4063/1
Alexander Lutay 11 years ago
parent 78ba96fe23
commit 1c77b3df68

@ -99,7 +99,7 @@ else
$yaml->[0]->{kamailio}{proxy}{fritzbox_prefixes} = [ '112', '110', '118[0-9]{2}' ];
$yaml->[0]->{sems}{debug} = 'yes';
$yaml->[0]->{checktools}{sip_check_enable} = 0;
$yaml->[0]->{security}->{'ngcp-panel'}->{scripts}->{restapi}->{sslverify} = 'no';
$yaml->[0]->{security}->{ngcp_panel}->{scripts}->{restapi}->{sslverify} = 'no';
tie @array, 'Tie::File', '/etc/hosts' or die ('Can set test domain on /etc/hosts');
for (@array)

Loading…
Cancel
Save