mirror of
https://github.com/netlight/my-finance-pal-backend.git
synced 2024-11-10 00:51:56 +01:00
Add missing vars to production env
This commit is contained in:
parent
6e131a2c3a
commit
a2bcfe7f1a
1 changed files with 3 additions and 1 deletions
4
env/production.env
vendored
4
env/production.env
vendored
|
@ -1,3 +1,5 @@
|
|||
## Server ##
|
||||
PORT=3000
|
||||
NODE_ENV=production
|
||||
NODE_ENV=production
|
||||
DATABASE_CONNECTION_STRING=mongodb://localhost:27017
|
||||
DATABASE_NAME=my-finance-pal
|
Loading…
Reference in a new issue