Skip to content
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

fix: update .env.example #472

Merged
merged 1 commit into from
Mar 27, 2024
Merged

fix: update .env.example #472

merged 1 commit into from
Mar 27, 2024

Conversation

yumincho
Copy link
Collaborator

@yumincho yumincho commented Mar 13, 2024

요약 *

It closes #464.
변수명을 DATABASE_URL로 통일합니다.

pnpm dev 하셨을 때 prisma에서 문제가 발생할 경우 터미널에서 아래 커맨드 한 번 실행해보시면 좋을 것 같습니다.

npx prisma migrate dev --schema {schema.prisma 파일 경로}

이후 Task *

다른 파일에서 사용 중인 변수에는 문제가 없는지 추가적으로 확인해봐야 할 것 같습니다.

@yumincho yumincho added the bug Something isn't working label Mar 13, 2024
@yumincho yumincho self-assigned this Mar 13, 2024
@yumincho yumincho marked this pull request as ready for review March 13, 2024 10:49
Copy link

netlify bot commented Mar 13, 2024

Deploy Preview for biseo-preview ready!

Name Link
🔨 Latest commit b9439ba
🔍 Latest deploy log https://app.netlify.com/sites/biseo-preview/deploys/6603f6e749bb010008289e18
😎 Deploy Preview https://deploy-preview-472--biseo-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@yumincho yumincho mentioned this pull request Mar 25, 2024
3 tasks
@yumincho yumincho marked this pull request as draft March 27, 2024 10:32
@yumincho yumincho marked this pull request as ready for review March 27, 2024 10:39
@yumincho yumincho requested a review from rjsdn0 March 27, 2024 10:50
Copy link
Collaborator

@rjsdn0 rjsdn0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yumincho yumincho merged commit f52da03 into main Mar 27, 2024
5 checks passed
@yumincho yumincho deleted the fix/env-example branch March 27, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[비서 프로젝트 온보딩] 프로젝트 설정 파일 .env.example 수정하기
2 participants