Authorization and Authentication Service. Used primarily for 3PPI transfers in addition to services where authentication is required, usually during quoting phase
Other
4
stars
10
forks
source link
feat(mojaloop/#3139)!: rework config to accept env variables for DB #132
Update db connection config to be set with ENV variables
Update to new auditing library and flow
Resolve jest upgrades. It was the main solution to errors I was facing with axios and hapi dependency bumps.
Change database connection config to object instead of object | string. We used 'memory' for sqllite for testing which took a string but now it can take an object.
feat(mojaloop/#3139): rework config to accept env variables for DB - https://github.com/mojaloop/project/issues/3139
'memory'
for sqllite for testing which took a string but now it can take an object.