Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDefaultNotes
apis.enabledfalseDetermines whether REST APIs are accessible from an outside client.
app.codekfsPrefix used for building the application context.
app.context.name${app.code}-${environment}The app context which will be used to deploy the application.
application.idKFSUsed to identify the application as KFS on the Kuali service bus. This value is used when there are multiple nodes (servers) running KFS so that they are recognized as the same system to the KSB.
application.url${base.url}/${app.context.name}The base url of the application.
b2b.environment
The environment to pass to the B2B service.
b2b.punch.back.action.forwarding.url/portal.do?channelTitle=Requisition&channelUrl=purapRequisition.do?methodToCall=displayB2BRequisitionThe URL within KFS that the B2B system should redirect to, so it can start an order.
b2b.punch.back.url
The URL where the B2B system should punch back.
b2b.punch.out.url
The URL within the B2B system where the Shop Catalogs button should redirect.
b2b.purchase.order.url
The URL where approved purchase orders should be sent to actually accomplish the order.
b2b.user.agentkfsThe user agent of the B2B integration.
base.directory\${user.home}/kuali/${project.artifactId}Base directory during the build process to locate supporting files not in the KFS project.
base.urlhttp://localhost:8080The base URL that the application is being deployed to.
batch.file.lookup.root.directories${staging.directory};${reports.directory}A list of parent directories to display the full contents of on the Batch File screen.
batch.quartz.thread.pool.size8The number of threads Quartz uses while executing jobs.
batch.quartz.trigger.check.interval30000Time, in milliseconds, that Quartz waits before polling to see if new triggers should be run.
batch.schedule.cron.expression00 00 23 ? * *The Quartz cron expression for the scheduleJobTrigger (in KualiSpringBeansKfs.xml), i.e. when should the standard batch schedule run.
cache.service.bus.security.enabledtrueKuali Service Bus implementation parameter
context.names.rice${rice.application}-${environment}The application portion of the url where Rice functionality can be engaged.
contracts.grants.billing.enabledfalseWhether to include the configuration for the extra Contracts & Grants Billing functionality.
csrf.exempt.paths
A list of URL paths which are exempted from CSRF token checking.
datasource.drivercom.mysql.jdbc.DriverThe class name of the JDBC driver to use for this application deployment.
datasource.ojb.platformMySQLUsed by the build to configure OJB and determine the appropriate driver and KualiDBPlatform implementations to use
datasource.pool.class
The class to use for the JDBC connection pool. If empty, the underlying JDBC connection pool/transaction implementation will be responsible for providing.
directoriesToCreateOnStartup

${attachments.directory}, ${attachments.pending.directory}, ${staging.directory.sys.batchContainer}, ${temp.directory}, ${data.xml.root.location}, ${data.xml.loaded.location}, ${data.xml.pending.location}, ${data.xml.problems.location}, ${templates.directory}/ar

A list of directories which should be created on application startup, if they do not currently exist.
environmentdevThe name of the specific environment to deploy.
externalizable.static.content.url${application.url}/staticThe base url for static content like images and help that could reside within the application or be maintained by other group(s) on other server(s).
feedback.link.url
URL for the feedback link that can be a way for users to provide feedback, report issues, etc.
jwt.expiration.seconds86400The number of seconds JWT tokens created by Kuali Financials will be valid before expiring.
kc-kfs.kfs.service.namespace.urihttp://kfs.kuali.org/kc-kfs/v2_0Namespace for KFS KC-KFS integration services on the Kuali Service Bus. Changing this value is discouraged, as it may lead to functionality not being able to find services published by Kuali Coeus on the KSB.
kc.application.url
Kuali Coeus application server URL used for KFS/KC integration.
kew.callback.service.bus.security.enabledtrueKuali Service Bus implementation parameter
kfs.datasource.connection.timeout100000The number of milliseconds to wait to connect to the KFS database.
kfs.datasource.driver.name${datasource.driver}The class name of the JDBC driver to use to contact the KFS database.
kfs.datasource.pool.accessToUnderlyingConnectionAllowedtrueDetermines whether manipulation of the underlying JDBC connection to the KFS database is allowed by the application.
kfs.datasource.pool.initialSize5The initial size of the database connection pool for the KFS database.
kfs.datasource.pool.maxActive50The maximum number of active connections allowed to the KFS database.
kfs.datasource.pool.maxSize50The maximum number of connections - idle or active - allowed to the KFS database.
kfs.datasource.pool.maxWait30000The number of milliseconds a connection will wait while running a query or update against the KFS database.
kfs.datasource.pool.minIdle5The minimum number of idle connections allowed to the KFS database.
kfs.datasource.pool.minSize5The minimum number of connections - idle or active - allowed to the KFS database.
kfs.datasource.validating.queryselect 1The simple query to run against the KFS database to confirm a heartbeat.
kfs.ehcache.config.locationclasspath:kfs.ehcache.xmlLocation of the configuration file for the EHCache settings for KFS objects.
kfs.externalizable.help.url${externalizable.static.content.url}/help/The base url for help content, referred to from workflow documentation.
kfs.localeen_USThe name of the java.util.Locale to use for this deployment of KFS.
kfs.service.namespace.urihttp://kfs.kuali.org/kfs/v5_0Namespace for KFS services on the Kuali Service Bus. Changing this value is discouraged, as it may lead to functionality not being able to find services published on the KSB.
kfs.url${base.url}/${app.context.name}The url which has the SessionInactivatePage.do to redirect to when a session times out.
kfs.version${version}Current version of the KFS application, derived from the project.version property set in the Maven POM. Changing is discouraged, as this value is used when publishing services to the KSB.
kim.callback.service.bus.security.enabledtrueKuali Service Bus implementation parameter
ksb.client.url${application.url}/ksbThe URL endpoint of the KSB client.
ksb.server.url${rice.server.url}/ksbThe URL endpoint of the KSB server.
kuali.coeus.integration.bus.security.enabledfalseUsed to determine whether bus security is enabled for KFS / KC integration when using a shared Rice instance.
licensing.contact.emaillegal@kuali.coThe e-mail address to contact regarding licensing issues.
log4j.reload.minutes5Determines how frequently the logging framework (Log4jConfigurer) will check for changes to log4j.properties.
log4j.settings.file
The file the server will look for to configure log4j
login.filter.classNameorg.kuali.kfs.sys.web.filter.DevelopmentLoginFilterThe classname of the actual login filter to use.
login.filter.param.loginUserkhuntleyThe logged in user (mainly for the use of DevelopmentLoginFilter); this should never be set in production.
logs.directory${base.directory}/logs/${environment}/${app.code}The directory for the log files output by the application (application server user must have write access)
mail.smtp.connectiontimeout10000The amount of time to wait while contacting an e-mail server.
mail.smtp.timeout10000The amount of time to wait while attempting to send an e-mail message.
message.queue.urlMessageQueue.doThe Rice web page which displays the current KSB message queue.
module.access.security.enabledfalseWhether to include the configuration for the Access Security module. (sec) This module overrides pieces of the coa, gl, ld, and purap modules.
module.accounts.receivable.enabledtrueWhether to include the configuration for the Accounts Receivable module.
module.capital.asset.enabledtrueWhether to include the configuration for the Capital Asset and Capital Asset Builder Modules.
module.contracts.and.grants.enabledtrueWhether to include the configuration for the Contracts and Grants module. (cg) Only one of cg or kc can be set to true or both can be set to false.
module.external.kuali.coeus.enabledfalseWhether to include the configuration for the Kuali Coeus integration. (kc) Only one of cg or kc can be set to true or both can be set to false.
module.labor.distribution.enabledtrueWhether to include the configuration for the Labor Distribution module.
module.purchasing.enabledtrueWhether to include the configuration for the Purchasing/Accounts Payable module
module.travel.enabledtrueWhether to include the configuration for the Travel and Entertainment Module.
periodic.thread.dumptrueTurns on a background process which logs the current thread state of the application to disk.
periodic.thread.dump.seconds300The number of seconds in between loggings of full thread dumps.
production.environment.codeprdDetermines which build.environment the ConfigurationService considers to be the production environment
project.build.timestamp${project.build.timestamp}The timestamp when the project was built, which is displayed on every page with the version.
property.files

classpath:org/kuali/rice/krad/ApplicationResources.properties,

classpath:org/kuali/rice/krad/KRAD-ApplicationResources.properties,

classpath:org/kuali/rice/kew/ApplicationResources.properties,

classpath:org/kuali/rice/ksb/ApplicationResources.properties,

classpath:org/kuali/rice/kim/ApplicationResources.properties,

classpath:org/kuali/rice/krms/ApplicationResources.properties,

classpath:org/kuali/rice/core/web/cache/CacheApplicationResources.properties,

classpath:org/kuali/kfs/coa/coa-resources.properties,

classpath:org/kuali/kfs/fp/fp-resources.properties,

classpath:org/kuali/kfs/gl/gl-resources.properties,

classpath:org/kuali/kfs/pdp/pdp-resources.properties,

classpath:org/kuali/kfs/sys/sys-resources.properties,

classpath:org/kuali/kfs/sec/sec-resources.properties,

classpath:org/kuali/kfs/vnd/vnd-resources.properties,

classpath:org/kuali/kfs/module/ar/ar-resources.properties,

classpath:org/kuali/kfs/module/bc/bc-resources.properties,

classpath:org/kuali/kfs/module/cab/cab-resources.properties,

classpath:org/kuali/kfs/module/cam/cam-resources.properties,

classpath:org/kuali/kfs/module/cg/cg-resources.properties,

classpath:org/kuali/kfs/module/ec/ec-resources.properties,

classpath:org/kuali/kfs/module/ld/ld-resources.properties,

classpath:org/kuali/kfs/module/tem/tem-resources.properties,

classpath:org/kuali/kfs/module/external/kc/kc-resources.properties,

classpath:org/kuali/kfs/module/purap/purap-resources.properties

All files which have properties to be made available through org.kuali.rice.core.api.config.property.ConfigurationService, including the properties listed on this page and system messages.
property.test.filesclasspath:test-configuration.propertiesA list of properties files (which may include overrides) to be used with unit tests.
remote.view.url${application.url}/remoteLocation of URL which can wrap Rice views in an iframe.
report.writer.service.new.line.characters\nThe character which text reports should use as a new line character.
reports.directory${work.directory}/reportsThe base working directory for oltp and batch report generation
rice.applicationkrThe name of the base rice application.
rice.datasource.connection.timeout100000The number of milliseconds to wait to connect to the Rice database.
rice.datasource.driver.name${datasource.driver}The class name of the JDBC driver to use to contact the Rice database.
rice.datasource.pool.accessToUnderlyingConnectionAllowedtrueDetermines whether the database connection pool allows direct access to Rice database connections.
rice.datasource.pool.initialSize5The initial size of the database connection pool for the Rice database.
rice.datasource.pool.maxActive50The maximum number of active connections allowed to the Rice database.
rice.datasource.pool.maxSize50The maximum number of connections - idle or active - allowed to the Rice database.
rice.datasource.pool.maxWait30000The number of milliseconds a connection will wait while running a query or update against the Rice database.
rice.datasource.pool.minIdle5The minimum number of idle connections allowed to the Rice database.
rice.datasource.pool.minSize5The minimum number of connections - idle or active - allowed to the Rice database.
rice.datasource.validating.queryselect 1The simple query to run against the Rice database to confirm a heartbeat.
rice.server.url${application.url}The base url of the server where the Rice application has been deployed.
security.property.file
The single secure property file currently used by the application.
service.registry.urlServiceRegistry.doThe Rice web page which displays all services currently registered with the KSB.
skip.batch.directory.initiationfalseDetermines if the files listed in directoriesToCreate should be created when the application starts up or not.
soap.service.default.service.bus.security.enabledtrueKuali Service Bus implementation parameter
spring.source.files

classpath:org/kuali/rice/core/CommonSpringBeans.xml,\
classpath:kfs-cache-config.xml,\
classpath:spring-kfs-imported-rice-beans.xml,\
classpath:spring-additional-rice-beans.xml,\
classpath:org/kuali/kfs/sys/spring-sys.xml,\
classpath:org/kuali/kfs/coa/spring-coa.xml,\
classpath:org/kuali/kfs/fp/spring-fp.xml,\
classpath:org/kuali/kfs/gl/spring-gl.xml,\
classpath:org/kuali/kfs/pdp/spring-pdp.xml,\
classpath:org/kuali/kfs/vnd/spring-vnd.xml,\
classpath:spring-kfs-batch.xml,\
classpath:org/kuali/kfs/integration/spring-integration.xml,\
classpath:org/kuali/kfs/module/ec/spring-ec.xml,\
classpath:org/kuali/kfs/module/ld/spring-ld.xml,\
classpath:org/kuali/kfs/module/cg/spring-cg.xml,\
classpath:org/kuali/kfs/module/ar/spring-ar.xml,\
classpath:org/kuali/kfs/module/purap/spring-purap.xml,\
classpath:org/kuali/kfs/module/cam/spring-cam.xml,\
classpath:org/kuali/kfs/module/cab/spring-cab.xml,\
classpath:org/kuali/kfs/module/bc/spring-bc.xml,\
classpath:org/kuali/kfs/module/tem/spring-tem.xml,\
classpath:org/kuali/kfs/sys/spring-dev-env-beans.xml,\
classpath:org/kuali/kfs/sys/datatools/liquimongo/spring-liquimongo.xml

The list of Spring bean definition files for KFS.
spring.test.files

classpath:org/kuali/kfs/sys/spring-test-env-beans.xml,

classpath:org/kuali/kfs/sys/spring-sys-unit-test.xml,

classpath:org/kuali/kfs/sys/spring-sys-test.xml,

classpath:org/kuali/kfs/gl/spring-gl-test.xml,

classpath:org/kuali/kfs/module/ar/spring-ar-test.xml,

classpath:org/kuali/kfs/module/ar/spring-test-env-beans.xml,

classpath:org/kuali/kfs/module/purap/spring-purap-test.xml,

classpath:org/kuali/kfs/module/purap/spring-test-env-beans.xml,

classpath:org/kuali/kfs/module/cam/spring-cam-test.xml,

classpath:org/kuali/kfs/module/tem/spring-tem-test.xml

A list of Spring bean definition files for KFS unit tests.
staging.directory${work.directory}/stagingThe base working directory for storage of batch input files
STRING_TO_DATE_FORMATSyyyy-MM-dd;MM/dd/yyyy hh:mm a;MM/dd/yy;MM/dd/yyyy;MM-dd-yy;MM-dd-yyyy;MMddyy;MMMM dd;yyyy;MM/dd/yy HH:mm:ss;MM/dd/yyyy HH:mm:ss;MM-dd-yy HH:mm:ss;MMddyy HH:mm:ss;MMMM dd HH:mm:ss;yyyy HH:mm:ssValid formats to parse dates and date times from strings.
staging.directory.sys.batchContainer${staging.directory}/sys/batchContainerThe directory where batch container trigger files are placed and read.
temp.directory${work.directory}/tempA directory for temporary file storage, e.g. during pdf generation
templates.directory${work.directory}/templatesA list of parent directories where PDF templates may be found. Currently, only used by Contacts & Grants Billing.
thread.pool.urlThreadPool.doThe Rice web page which displays information about the KSB thread pool.
transaction.timeout100000Used in datasource configuration to force transactions to timeout if they have run for a problematic period of time.
travel.reimbursement.initiatelink.enabledfalseDetermines if travel reimbursements may be created without an originating travel authorization.
use.quartz.jdbc.jobstorefalseThis property will be set dynamically by the build script, but you can force it by setting it in your kfs-build.properties file. Avoid confusing with use.quartz.database, which is used by the KSB quartz scheduler.
use.quartz.schedulingtrueDetermines whether quartz (SchedulerService and scheduleJob) should be used for batch job scheduling and execution - impacts whether the batch scheduling UI works.
version${kfs.version}A synonym for kfs.version.
work.directory${base.directory}/work/${environment}/${app.code}The directory that is the root for the base working directory that is external to the application
workflow.path
Not actually listed in kfs-deafult-config.properties, but read if updateWorkflowOnStartup is set to true; this sets the directories of all the workflow files which should be ingested by workflow if it is refreshing at startup.

directoriesToCreateOnStartup

${attachments.directory},

${attachments.pending.directory},

${staging.directory.sys.batchContainer},

${temp.directory},

${data.xml.root.location},

${data.xml.loaded.location},

${data.xml.pending.location},

${data.xml.problems.location},

${templates.directory}/ar

A list of directories to create on startup of OLTP

updateDatabaseOnStartup

false

Whether to call the update db hooks

updateDatabaseFullRebuild

false

Whether to run all 5 phases of LiquiRational or just the 5th phase

updateDatabaseContext

bootstrap

Which liquibase context(s) to run

updateDatabasePackages

org/kuali/kfs/core,

org/kuali/kfs/module/ar,

org/kuali/kfs/module/bc,

org/kuali/kfs/module/cam,

org/kuali/kfs/module/cg,

org/kuali/kfs/module/ec,

org/kuali/kfs/module/kc,

org/kuali/kfs/module/ld,

org/kuali/kfs/module/purap,

org/kuali/kfs/module/tem

Determines which modules to update

updateDatabasePackagesRice

org/kuali/rice

Determines which modules to update

updateDocumentstoreOnStartup

false

Whether to update the Mongo document store on startup

updateDocumentstoreFilePath

classpath:/org/kuali/kfs/core/documentstore/updates.json

Location of Mongo updates

updateWorkflowOnStartup

false

Whether to ingest workflow on startup

...

Property

Default

Notes

kfs.datasource.usernamekfsaccount that the application should use to access the KFS database
kfs.datasource.password${kfs.datasource.username}

password for the application database account

kfs.datasource.urljdbc:mysql://localhost/${kfs.datasource.username}JDBC URL that will be used by the application to access the KFS database
rice.datasource.url${kfs.datasource.url}JDBC url for the Rice server components (KEW/KIM/KSB). It will also be used when configuring a local Rice standalone server.
rice.datasource.username${kfs.datasource.username}account that the application should use to modify the Rice database schema
rice.datasource.password${kfs.datasource.password}password for the Rice database account
kfs.datasource.ddl.usernamekfsaccount that the application should use to modify the KFS database schema
kfs.datasource.ddl.password${kfs.datasource.username}

password for the application database account

kfs.datasource.ddl.urljdbc:mysql://localhost/${kfs.datasource.username}JDBC URL that will be used by the application to access the KFS database
rice.datasource.ddl.url${kfs.datasource.url}JDBC url for the Rice server components (KEW/KIM/KSB). It will also be used when configuring a local Rice standalone server.
rice.datasource.ddl.username${kfs.datasource.username}account that the application should use to access the Rice database
rice.datasource.ddl.password${kfs.datasource.password}password for the Rice database account
kfs.datasource.mongo.url127.0.0.1:27017URL where Financials can find a Mongo server.
kfs.datasource.mongo.dbnamekfsThe name of the Mongo database Financials will attempt to log into.
kfs.datasource.mongo.usernamekfsThe username Financials uses to log into Mongo.
kfs.datasource.mongo.passwordkfsThe password Financials uses to log into Mongo.
keystore.aliasrice
keystore.passwordr1c3pwPassword used to open the keystore.
encryption.key7IC64w6kAAAA

Used by the DemostrationGradeEncryptionService to encrypt / decrypt data in the database.

encryption.algorithmDESThe code for the encryption algorithm. Out of the box, DES and DESede are supported. DES is demo grade only.
b2b.user.agent

B2B properties that only need to be configured if the environment will be connected to Sciquest B2B.

b2b.purchase.order.identity

b2b.purchase.order.password

b2b.shopping.identity


b2b.shopping.password

jwt.signing.key

tLXG6Bn3kxG3RT2W8O7iyw==

The key used to sign Financials-generated jwts.

...