...
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 |
kfs.datasource.mongo.url | 127.0.0.1:27017 | URL where Financials can find a Mongo server. |
kfs.datasource.mongo.dbname | kfs | The name of the Mongo database Financials will attempt to log into. |
kfs.datasource.mongo.username | kfs | The username Financials uses to log into Mongo. |
kfs.datasource.mongo.password | kfs | The password Financials uses to log into Mongo. |
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. |
encryption.algorithm | DES | The 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. |
...