mirror of
https://gitlab.com/mobicoop/v3/service/configuration.git
synced 2026-01-09 16:32:40 +00:00
fix auth configuration name
This commit is contained in:
@@ -5,6 +5,6 @@ export interface AuthConfig extends Config {
|
||||
encryptionAlgorithm: string;
|
||||
}
|
||||
|
||||
export default registerAs('match', () => ({
|
||||
export default registerAs('auth', () => ({
|
||||
encryptionAlgorithm: process.env.ENCRYPTION_ALGORITHM ?? 'BCRYPT',
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user