Add mongodb to dotenv
This commit is contained in:
parent
21e059fd33
commit
e0813ba69c
2 changed files with 4 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
URL="http://localhost"
|
||||
SERVER_PORT="3030"
|
||||
SERVER_PORT="3030"
|
||||
MONGO="mongodb://127.0.0.1:27017/urlshortener"
|
Loading…
Add table
Add a link
Reference in a new issue