Explorar el Código

diesel 配置文件 sample

visuddhinanda hace 4 años
padre
commit
61e5c5f44c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .env.sample

+ 3 - 0
.env.sample

@@ -0,0 +1,3 @@
+DATABASE_URL=postgres://postgres@127.0.0.1:5432/mint
+MIGRATION_DIRECTORY=db/postgresql/migrations
+