# Friendly name to refer to this node from command line engine.name=openas2 # The class name for the JDBC Driver db.driver=org.postgresql.Driver # The JDBC URL used to connect to the database db.url=jdbc:postgresql://localhost/openas2 # The user to login as who can create and update tables db.user=sa # The password for the user to login as db.password=OpenAS2