diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2021-11-07 18:23:01 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2021-11-07 18:23:01 -0700 |
commit | e5f684001370d6f6348fd26f97bc26c765deb934 (patch) | |
tree | 6040a9c82e2bddca9477238dcc0abec2ff4bb5de /.env.example | |
parent | ceb7e5cf2c815f862b6b13a3c76d34a83655edef (diff) | |
download | locchat-e5f684001370d6f6348fd26f97bc26c765deb934.tar.gz locchat-e5f684001370d6f6348fd26f97bc26c765deb934.zip |
adds foundation for postgres
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 |