From 0728ba97140f0b73f304c86822dd4c1e4163f2f0 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Sun, 11 Jun 2023 14:16:53 -0500 Subject: [PATCH] fix: remove flyway from .env --- .env.local | 3 --- 1 file changed, 3 deletions(-) diff --git a/.env.local b/.env.local index de42e97..e520b19 100644 --- a/.env.local +++ b/.env.local @@ -1,6 +1,3 @@ -FLYWAY_URL=jdbc:postgresql://db:5432/dnim -FLYWAY_USER=postgres -FLYWAY_PASSWORD=password POSTGRES_USER=postgres POSTGRES_PASSWORD=password POSTGRES_DB=dnim