Skip to content

Commit

Permalink
FIX: resolução de conflitos
Browse files Browse the repository at this point in the history
  • Loading branch information
Daaaiii committed Oct 3, 2023
1 parent 9d1a2ed commit cf7d51e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ NODE_ENV=development
SALT_DATA_HASH=[string]
SALT_DATA_PASS=[string]

SECRET=[string]

MAIL_API_KEY=[string]
MAIL_FROM=[string]
MAIL_TEST_DELIVERED=[string]
Expand Down
2 changes: 1 addition & 1 deletion src/modules/jwtModule/account.auth.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { AccountRepository } from '../account/account.repository';
@Module({
imports: [
JwtModule.register({
secret: 'W547D6BnxchUzJb_w&Dy*?NvJgRkcvbt',
secret: process.env.SECRET,
}),
AccountModule,
PrismaModule,
Expand Down

0 comments on commit cf7d51e

Please sign in to comment.