equal
deleted
inserted
replaced
1 [BASE] |
|
2 APPLICATION_SCHEMA = /home/adim/cvs_work/soft_prive/ginco/applications/crm/schema |
|
3 APPLICATION_HOME = /home/adim/etc/erudi.d/crmadim # ??? |
|
4 FAKEDB_NAME = crmtest |
|
5 ENCODING = UTF-8 |
|
6 HOST = crater |
|
7 USER = adim |
|
8 PASSWORD = adim |
|
9 |
|
10 |
|
11 [ENTITIES] |
|
12 default = 20 #means default is 20 entities |
|
13 Person = 10 # means 10 Persons |
|
14 Company = 5# means 5 companies |
|
15 |
|
16 |
|
17 [RELATIONS] |
|
18 Person works_for Company = 4 |
|
19 Division subsidiary_of Company = 3 |
|
20 |
|
21 [DEFAULT_VALUES] |
|
22 Person.firstname = data/firstnames.txt |
|