blob: 6b9ba8cc408802737e725d194ae4c20ec0176746 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001$main::ENV{'QUERY_REF_MOCKUP'} = 1;
2app->mode('development');
3{
4 Kalamar => {
5 #api_path => $ENV{'KALAMAR_API'} // 'https://korap.ids-mannheim.de/api/',
6 plugins => ['QueryReference','DemoServer'],
7 },
8 CHI => {
9 queryref => {
10 driver => 'FastMmap',
11 root_dir => app->home . '/cache/data',
12 cache_size => '10m',
13 max_size => '10m'
14 }
15 },
16 CSP => {
17 #'connect-src' => '*',
18 #'script-src' => ['*','unsafe-inline'],
19 -disable => 1 #required for querystoring. Should now not use
20 }
21}