Add missing vars to production env

This commit is contained in:
Alexander Ungar 2023-04-01 11:57:31 +02:00
parent 6e131a2c3a
commit a2bcfe7f1a

4
env/production.env vendored
View file

@ -1,3 +1,5 @@
## Server ##
PORT=3000
NODE_ENV=production
NODE_ENV=production
DATABASE_CONNECTION_STRING=mongodb://localhost:27017
DATABASE_NAME=my-finance-pal