ufal / lindat-kontext

An alternative web front-end for the Manatee corpus search engine
GNU General Public License v2.0
5 stars 1 forks source link

Change in lindat_db configuration #243

Open tomachalek opened 3 years ago

tomachalek commented 3 years ago

Please note that in master and release-0.15.x we've got rid of the 'extension-by' attribute in a respective config (see https://github.com/czcorpus/kontext/pull/3835).

So a proper lindat_db should now look like this:

<db>
  <module>lindat_db</module>
  <host>127.0.0.1</host>
  <port>6379</port>
  <id>1</id>
  <shards>auth:8</shards>
</db>