############################################################## # # Template of service.properties for LIMS Web Service # # ############################################################## authentication-service = crowd-authentication-service script-folder = . mass-upload-folder = webapps/lims/WEB-INF/classes/sql/postgresql dao-factory = postgresql-dao-factory database.create-from-scratch = false database.kind = productive # Name of the application when loging in into Crowd crowd.application.name = lims # Password for which the LIMS service is registered at Crowd crowd.application.password = # Credentials of a database user which is able to create a new database database.admin-user = database.admin-password = # Credentials for the Axis2 administration console (no white spaces '<', '&', '"', and '>') axis2.admin-user = adminUserName axis2.admin-password = adminPassword # SMTP properties # Programmatic default values are 'localhost' for 'mail.smtp.host' and 'lims@localhost' for 'mail.from' mail.smtp.host = localhost mail.from = lims@localhost mail.smtp.user = mail.smtp.password =