Skip to content

Commit bfd1123

Browse files
committedFeb 25, 2023
chore: 예시 변경
1 parent ac79ea8 commit bfd1123

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎.env.example

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# DATABASE_URL=mysql://USERNAME:PASSWORD@HOST:PORT/DBNAME
2-
# 로컬에서 테스트 할 때는 HOST를 localhost로 하면 된다.
3-
DATABASE_URL=mysql://root:@localhost:3306/dallem_test
4-
JWT_SECRET=test
5-
NODE_ENV=development
1+
DATABASE_URL=mysql://root:@localhost:3306/db_example
2+
JWT_SECRET=example_secret
3+
NODE_ENV=development

0 commit comments

Comments
 (0)
Please sign in to comment.