...
Property | Default | Notes |
---|---|---|
kfs.datasource.username | kfs | account that the application should use to access the KFS database |
kfs.datasource.password | ${kfs.datasource.username} | password for the application database account |
kfs.datasource.url | jdbc: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.username | kfs | account 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.url | jdbc: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 |
keystore.alias | rice | |
keystore.password | r1c3pw | Password used to open the keystore. |
encryption.key | 7IC64w6kAAAA | Used by the DemostrationGradeEncryptionService to encrypt / decrypt data in the database. |
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 |
Institution Configuration Properties (institutional-config.properties)
We've added another location that configuration can be loaded in from. This hook lets you put a file called institutional-config.properties in your war file that can be used for common institution configuration such as spring.source.files or other configuration that will be the same for your entire stack. If you are using a maven overlay, place the file in src/main/resources. If you decide not to use this hook, you will notice a message in the log on startup that it could not find the file, this will not effect operation of the system.
Include Page | ||||
---|---|---|---|---|
|