devtools/test/data/dbfill.conf
changeset 0 b97547f5f1fa
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/devtools/test/data/dbfill.conf	Wed Nov 05 15:52:50 2008 +0100
@@ -0,0 +1,22 @@
+[BASE]
+APPLICATION_SCHEMA = /home/adim/cvs_work/soft_prive/ginco/applications/crm/schema
+APPLICATION_HOME = /home/adim/etc/erudi.d/crmadim # ???
+FAKEDB_NAME = crmtest
+ENCODING = UTF-8
+HOST = crater
+USER = adim
+PASSWORD = adim
+
+
+[ENTITIES]
+default = 20 #means default is 20 entities
+Person = 10 # means 10 Persons
+Company = 5# means 5 companies
+
+
+[RELATIONS]
+Person works_for Company = 4
+Division subsidiary_of Company = 3
+
+[DEFAULT_VALUES]
+Person.firstname = data/firstnames.txt