1<?php
2
3$conf['default_type'] = '[text]';
4$conf['predicate_type'] = '[text]';
5$conf['default_dsn'] = 'sqlite:@METADIR@/strata.sqlite';
6$conf['isa_key'] = 'is a';
7$conf['title_key'] = 'entry title';
8$conf['scoped'] = 0;
9$conf['debug'] = 0;
10
11$conf['enable_entry'] = 1;
12