amati/src/config/auth.ts
2024-01-08 00:44:14 +07:00

5 lines
69 B
TypeScript

const authConfig = {
saltRounds: 10
}
export default authConfig;