search_core/Tests/Functional/Fixtures/BasicSetup.ts
Daniel Siepmann 5989b65ae0
FEATURE: Split configuration to support the concepts
* Add a further level in configurations to support multiple connections
  and indexer.

Relates: #31
2016-12-20 10:04:44 +01:00

20 lines
394 B
TypeScript

plugin {
tx_searchcore {
settings {
connections {
elasticsearch {
host = localhost
port = 9200
}
}
indexer {
tca {
allowedTables = tt_content
}
}
}
}
}
module.tx_searchcore < plugin.tx_searchcore