Files
cedetec_api_nest/src/auth/jwt.constants.ts
T

3 lines
60 B
TypeScript

export const jwtConstants = {
secret: "SemillaSecreta"
}