Parcourir la source

Update env example

Lee Morgan il y a 2 mois
Parent
commit
546fd3bc5f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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"