#--------------------------------------------------------------------- # PIXConsumer.ini Note: Parsed using commons.configure # Configuration file for PIXConsumer actor # All params currently set to default values #--------------------------------------------------------------------- #-------------------------------------- run mode; normally dev or prod mode=dev #--------------------------------------------- Basic actor information ActorName=PIXConsumer ActorPassword=${ActorName} InstanceName=${ActorName} #------------------------------- This is updated when actor is started runDirectoryPath=runDirectory controllerURL=http://localhost:6165/IHEController #--------------------------------------------------------------------- # pfn for log4j.properties file # We eliminate classpath issues by giving the pfn (here using mode) #--------------------------------------------------------------------- log4j=${runDirectoryPath}/log4j_${mode}.properties #------------------------------------------------ Hibernate parameters # See HibernateUtil.java for defaults default_schema, # connection.username, and connection.password are required. #--------------------------------------------------------------------- [hibernate] default_schema=${InstanceName} connection.username=${ActorName} connection.password=${ActorPassword} #show_sql=true #format_sql=true #use_sql_comments=true #dialect=org.hibernate.dialect.PostgreSQLDialect #connection.driver_class=org.postgresql.Driver #connection.url=jdbc:postgresql://localhost/shakespeare #--------------------------------------------------------------------- # should the default schema be dropped/created on startup? Def=NO # If it is, a sql load file can be imported to populate the schema. # The load file should be in the runDirectory and have a name of the # form "xxx.sql", e.g., "dev.sql" or "prod.sql". This file will be # copied to "import.sql" for the load and then deleted when the load # is completed. If the file name IS "import.sql", no copying will be # done and the file will be loaded every time the db is dropped/ # created. (This is a built in feature of the Hibernate hbm2ddl tool.) #--------------------------------------------------------------------- DropCreateInstanceSchema=YES LoadInstanceSchemaFrom=${mode} #---- Facility and Application Entries for ITI-9 GetCorrespondingQuery [GetCorrespondingQuery] SendingApplication=PIXConsumer SendingFacility=MIR_WUSM ReceivingApplication=NIST_Swan_PIX_Manager_44 ReceivingFacility=NIST #-------------------------------------------------------- ssl testing [ssl] scp=${runDirectoryPath}/client.private scpw=clientpw rcp=${runDirectoryPath}/server.public rcpw=public