Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cea602650ca6dd084ad5d022375144ce5f7f763e (plain) (blame)
1
2
3
4
5
6
store.instanceID          = TEST0001
store.dbAdapter           = derby

datasource.driverClass    = org.apache.derby.jdbc.EmbeddedDataSource
datasource.databaseName   = C:/temp/cdodb
datasource.createDatabase = create

Back to the top