소스 검색

Update env example

Lee Morgan 2 달 전
부모
커밋
546fd3bc5f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .env.example

+ 2 - 0
.env.example

@@ -1 +1,3 @@
+DATABASE_URL="postgres://user:password@0.0.0.0:5432/homo"
 PORT=8000
+APP_ENV="production"