- Introduced feature system, which is controlled by
_features.conf
.
- Unified
db.sqlite.conf
,db.postgres.conf
,db.mssql.conf
,db.conf
(referencing either of the first 3) to justdb.conf
- remove your
db.conf
(which only contains the link to any of the other config files) - rename your
db.sqlite.conf
/db.postgres.conf
/db.mssql.conf
(whichever you actively use) todb.conf
- rename
hikariDataSource
todataSource
- remove your
- wallet-api: Moved functionality of individual
oci.conf
/oci-rest-api.conf
tokey-generation-defaults.conf
- TODO: Test this
- Moved
publicBaseUrl
fromweb.conf
tooidc.conf
-> now only required to be set when OIDC login is used
- Massively simplified
credential-issuer-metadata.conf
configuration structure forsupportedCredentialTypes
- You can remove the no longer needed files:
wallet.conf
(was remote-wallet-configuration)marketplace.conf
chainexplorer.conf
- You can remove the no longer needed attributes:
enableOidcLogin
fromoidc.conf
(now handled as feature switch)