#Properties defaults, override for service customization #path to dlms data #services.dlms.data.path=${dnet.data.path}/dlms #path to the folder for neo4j, i.e. where the triples are stored #services.dlms.data.neo.path=/var/dlms/neoStoreDir #driver for the underlying database #services.dlms.db.driver=org.postgresql.Driver #connection url for the underlying db #services.dlms.db.url=jdbc:postgresql://localhost:5432/doroty #username and password for the underlying db #services.dlms.db.user=doroty #services.dlms.db.password=dorotyPwd #clean neo4j store on startup: if true will delete all triples in services.dlms.data.neo.path #services.dlms.data.neo.clean=true #db startup. Allowed values: create = drop db and recreate; update= do not drop db; create-drop = drop db, recreate it and drop it at shutdown #services.dlms.db.hbm2ddl.auto=create #services.dlms.generate.systemsets=true