#------------------------------------------------------------------------------- # PDSV2.ini # Configuration file for PDSV2 server actor # All params currently set to default values #------------------------------------------------------------------------------- controllerURL=http://localhost:6065/IHEController ListenPort=4700 PatientDataBase=PDSV2 #----------------------------------------- This is updated when actor is started runDirectoryPath=runDirectory #---------------------------------------------------------------- PDS Patient DB [PDSV2_DB] UserId=SA Password= #------------------------------------------- Connection string for in process DB # ConnectionString=jdbc:hsqldb:file:${runDirectoryPath}/DB/${PatientDataBase} #-------------------------- Connection string for localhost hsql protocol server ConnectionString=jdbc:hsqldb:hsql://localhost/pdsv2 DriverName=org.hsqldb.jdbc.JDBCDriver