/** * This is the database configuration for the technical university of berlin * * @type {import('@openstapps/logger').RecursivePartial} */ const config = { internal: { database: { name: 'elasticsearch', query: { minMatch: '60%', queryType: 'query_string', }, }, }, }; export default config;