[flymine-dev] Properties

Mark Woodbridge flymine-dev@flymine.org
Fri, 04 Jun 2004 16:44:32 +0100


An intermine.properties file sufficient to perform a successful fulltest 
can be found below. Obviously you need to createdb for each database. 
Properties aren't added to jars anymore.

---

os.query.max-time=100000000
os.query.max-limit=100000
os.query.max-offset=100000
os.queue-len=100

os.unittest-client.alias=impl
os.unittest-client.impl.url=http://localhost:8080/webservice/services/ObjectStore

db.unittest.datasource.serverName=localhost
db.unittest.datasource.databaseName=unittest
db.unittest.datasource.user=user
db.unittest.datasource.password=password

db.truncunittest.datasource.serverName=localhost
db.truncunittest.datasource.databaseName=truncunittest
db.truncunittest.datasource.user=user
db.truncunittest.datasource.password=password

db.fulldatatest.datasource.serverName=localhost
db.fulldatatest.datasource.databaseName=fulldatatest
db.fulldatatest.datasource.user=user
db.fulldatatest.datasource.password=pasword

db.userprofile.datasource.serverName=localhost
db.userprofile.datasource.databaseName=userprofile
db.userprofile.datasource.user=user
db.userprofile.datasource.password=password