1global {
2   port            26281 # port for testing
3   listen_to   localhost
4
5   limit_queries     0
6   limit_time        0
7   limit_matches     0
8   limit_definitions 0
9}
10
11database testdb {
12   `index' "CURR_DIR/db.expect.cyrillic_1.`index'"
13   data  "CURR_DIR/db.expect.cyrillic_1.dict"
14}
15