5 lines
69 B
TypeScript
5 lines
69 B
TypeScript
const authConfig = {
|
|
saltRounds: 10
|
|
}
|
|
|
|
export default authConfig; |