-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: nestjs 기본 세팅 및 유저 테이블 세팅 #1
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 확인해주세ㅛ!!!
{ | ||
"type": "postgres", | ||
"host": "localhost", | ||
"port": 5432, | ||
"username": "postgres", | ||
"password": "248659aa", | ||
"database": "postgres", | ||
"entities": ["dist/**/*.entity{.ts,.js}"], | ||
"synchronize": true | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ENV 파일로 또는 키값을 따로 뺴주세요!!
//import { InternalServerErrorException } from '@nestjs/common'; | ||
//import bcrypt from 'bcrypt'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
불필요한 주석은 제거 해주세요!!!
기본 user db 생성