From e5f684001370d6f6348fd26f97bc26c765deb934 Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Sun, 7 Nov 2021 18:23:01 -0700 Subject: adds foundation for postgres --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index 56dc61b..a75fdf9 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,6 @@ PORT=3000 -NODE_ENV=development \ No newline at end of file +NODE_ENV=development + +# in production this will be the full url +# but in dev it is the name of the database +DATABASE_URL=neststarterappdevelopement \ No newline at end of file -- cgit v1.2.3-70-g09d2