diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
