This Repository contains configurations for Inji Stack, These are the split up of the properties used by different modules in the inji stack
- inji-default.properties - Default Configuration for Inji Mobile App is mentioned here
- credential-template.html - PDF Template for Inji Web Credential Download is mentioned here
- mimoto-default.properties - Default Configuration for Mimoto App is mentioned here
- mimoto-issuers-config.json - Configuration of All Supported Credential Issuers is mentioned here
- mimoto-trusted-verifiers.json - Configuration of All Trusted Credential Verifiers is mentioned here
When credential issuers are not hosting their wellknown, mimoto will host the fallback wellknown from config server
- mimoto-mock-identity-wellknown.json - Fallback wellknown Configuration for Mock Identity usecase
- mimoto-mosipid-identity-wellknown.json - Fallback wellknown Configuration for Mosipid Identity usecase
- mimoto-sunbird-insurance-wellknown.json - Fallback wellknown Configuration for Sunbird Insurance usecase
- data-share-default.properties - Default Configuration for Datashare is mentioned here
- data-share-standalone.properties - Standalone Configuration for Datashare is mentioned here, which lets you use datashare service without PMS
certify-default.properties - This file holds only the certify's core properties and will have the last section for properties that is suppose to be overridden by the plugin-usecase properties
Right now we will be maintaining the below 3 plugin-usecase property files, one for each plugin that is readily available for certify integration. And each plugin is associated with an example usecase.
- certify-mock-identity.properties - Uses mock plugin and showcases identity usecase
- certify-mosipid-identity.properties - Uses mosip identity plugin and showcases identity usecase
- certify-sunbird-insurance.properties - Uses sunbird RC plugin and showcases insurance usecase
Each plugin-usecase property file will contain the below 3 sections
- Properties to enable the plugin
- Properties specific to plugins
- Properties that is available in the certify-default.properties but needs to be overriden specific to the usecase