# app-config.properties ########################################################################## # This is the default configuration file the application will read when it is # launched/deployed. This file needs to be placed at /WEB-INF/classes. # # All common and mutual configs properties can be defined in this file. # If there are configs properties for specific instances such as # PRODUCTION or BETA, they can be placed in separate config file(s) and # indicate the app to load them by defining them with 'external.properties.file.' ########################################################################## ########################################################################## # Additional properties file/files to be included if necessary. One can # define more than one properties files by having multiple entries or # separated files with a comma. # # Example (Defining one properties file): # external.properties.file = /app/conf/config.properties # # Example (Defining multiple properties files): # external.properties.file = /app/conf/config-1.properties # external.properties.file = /app/conf/config-2.properties, /app/conf/config-3.properties # # Requirement = OPTIONAL # Entry Type = SINGLE/MULTIPLE # Acceptable Value = N/A ########################################################################## external.properties.file=/opt/tomcat/latest/conf/app-configs/cipres-portal-rest.properties external.properties.file=/Volumes/LOCAL_VAULT/properties-files/cipres-portal-rest-local/cipres-portal-rest-local.properties ########################################################################## # Email Properties # Property values for sending email. # # Requirement = REQUIRED # Entry Type = SINGLE # Acceptable Value = N/A ########################################################################## email.sender.name = CIPRES PORTAL REST ADMIN email.reply.address = cipresadmin@ucsd.edu email.smtp.server = bulkmail.ucsd.edu ########################################################################## # System Administrator's Email Address # Email address of system administrator. # # Requirement = REQUIRED # Entry Type = SINGLE # Acceptable Value = N/A ########################################################################## sysadmin.email.address = cipresadmin@ucsd.edu sysadmin.cc.email.address = cipresadmin@ucsd.edu ########################################################################## # Application Properties # Configuration properties for specific application. # # Requirement = REQUIRED # Entry Type = SINGLE # Acceptable Value = N/A ########################################################################## application.id = 1 application.name = CIPRES PORTAL REST application.url = ${applications.base.url}/portalrest application.version = ${project.version} ########################################################################## # Max Number of Records Per Page # The maximum number of records to show per page if the total number of # record is too large to fit in a page. If it is not defined or left # blank, the default value for the application will be used. # # Requirement = OPTIONAL # Entry Type = SINGLE # Acceptable Value = POSITIVE INTEGER ########################################################################## max.records.per.page = 20