We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac79ea8 commit bfd1123Copy full SHA for bfd1123
.env.example
@@ -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
+DATABASE_URL=mysql://root:@localhost:3306/db_example
+JWT_SECRET=example_secret
+NODE_ENV=development
0 commit comments