.env 파일

  1. .env.example이 있는 경로에 .env 파일을 생성해주세용
  2. 아래꺼 복붙해주세용
DB_USER=admin
DB_PASS=hackathon
DB_HOST=hackathon.c1qyib7slw5k.ap-northeast-2.rds.amazonaws.com
DB_NAME=cmc-hackathon
DB_PORT=3306
SERVER_HOST=localhost
SERVER_PORT=5050
JWT_SECRET=hackathon-team1-gazoua