diff --git a/server/.env b/server/.env index 4aab02c..cca5da5 100644 --- a/server/.env +++ b/server/.env @@ -1,4 +1,4 @@ TZ=UTC BASE_URL=http://localhost:1337 -DATABASE_URL=postgresql://ghostly@localhost/planka +DATABASE_URL=postgresql://postgres@localhost/planka SECRET_KEY=notsecretkey