#------------------------------------------------------------------------------- # 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] DriverName=org.hsqldb.jdbc.JDBCDriver UserId=SA Password= #------------------------------------------------------------------------------- # Connections strings. Uncomment the one you want to use #----------------------------------------------------------------- In process DB ConnectionString=jdbc:hsqldb:file:${runDirectoryPath}/DB/${PatientDataBase} #------------------------------------------------ Localhost hsql protocol server # ConnectionString=jdbc:hsqldb:hsql://localhost:9001/pdsv2