Add kalamar.conf with DeLiKo@DNB title addon
diff --git a/kalamar.conf b/kalamar.conf
new file mode 100644
index 0000000..5a8e766
--- /dev/null
+++ b/kalamar.conf
@@ -0,0 +1,39 @@
+{
+  Kalamar => {
+    ## Backend server path
+    # api_path => 'https://korap.example.org/api/',
+    # plugins => ["Auth"],
+    ## Backend API version
+    # api_version => '1.0',
+
+    ## If the application is run behind a proxy, ignore the forwarded host
+    # proxy_host => 0,
+
+    ## Run the application in a subfolder behind a proxy:
+    # proxy_prefix => '/korap',
+
+    ## The name of the base corpus,
+    ## for query examples (see kalamar.queries.dict)
+    examplecorpus => 'DeLiKo@DNB',
+
+    ## For further Plugins, add them
+    ## to this array:
+    # plugins => [],
+    ## Currently bundled: Piwik, Auth
+
+    ## Require everything to be send via https only:
+    # https_only => 1,
+
+    ## Override default content security policy
+    # cs_policy => "default-src '*';"
+
+    ## Set proxy timeouts
+    # proxy_inactivity_timeout => 120,
+    # proxy_connect_timeout => 120,
+  },
+  Localize => {
+    dict => {
+      'en_title_addon' => 'DeLiKo@DNB',
+    }
+  }
+}
diff --git a/korap4dnb-compose.yml b/korap4dnb-compose.yml
index 7a3510e..d541081 100644
--- a/korap4dnb-compose.yml
+++ b/korap4dnb-compose.yml
@@ -13,6 +13,9 @@
       - type: bind
         source: ./html/robots.txt
         target: /kalamar/public/robots.txt
+      - type: bind
+        source: ./kalamar.conf
+        target: /kalamar/kalamar.conf
     profiles:
       - lite
     restart: "unless-stopped"