blob: 7c1dd5f495fa0705b8360ff189989be0d5005ee7 [file] [log] [blame]
Marc Kupietz9f9b06d2024-07-29 15:57:00 +02001{
2 Kalamar => {
3 ## Backend server path
4 # api_path => 'https://korap.example.org/api/',
5 # plugins => ["Auth"],
6 ## Backend API version
7 # api_version => '1.0',
8
9 ## If the application is run behind a proxy, ignore the forwarded host
10 # proxy_host => 0,
11
12 ## Run the application in a subfolder behind a proxy:
13 # proxy_prefix => '/korap',
14
15 ## The name of the base corpus,
16 ## for query examples (see kalamar.queries.dict)
17 examplecorpus => 'DeLiKo@DNB',
18
19 ## For further Plugins, add them
20 ## to this array:
21 # plugins => [],
22 ## Currently bundled: Piwik, Auth
23
24 ## Require everything to be send via https only:
25 # https_only => 1,
26
27 ## Override default content security policy
28 # cs_policy => "default-src '*';"
29
30 ## Set proxy timeouts
31 # proxy_inactivity_timeout => 120,
32 # proxy_connect_timeout => 120,
33 },
34 Localize => {
35 dict => {
36 'en_title_addon' => 'DeLiKo@DNB',
Akron6d41d062024-10-02 13:08:08 +020037 'de_Template_intro' => 'custom/intro',
38 'en_Template_intro' => 'custom/intro'
39 },
Akronc1b08912024-10-08 08:49:49 +020040 override => 1
Akrond6eb16e2024-10-01 14:47:08 +020041 },
Akron4e0fbcb2024-10-01 16:42:40 +020042 'TagHelpers-ContentBlock' => {
43 footer => [
44 {
45 inline => '<%= link_to loc("about") => "http://www.ids-mannheim.de/kl/projekte/korap/" %>',
46 position => 70
47 },
48 {
49 inline => '<%= link_to loc("imprint") => "https://www.dnb.de/DE/Service/Impressum/impressum_node.html" %>',
50 position => 80
51 }]
52 }
Marc Kupietz9f9b06d2024-07-29 15:57:00 +020053}