Add mongodb to dotenv

This commit is contained in:
unurled 2022-02-23 11:34:30 +01:00
parent 21e059fd33
commit e0813ba69c
2 changed files with 4 additions and 2 deletions

View file

@ -1,2 +1,3 @@
URL="http://localhost"
SERVER_PORT="3030"
SERVER_PORT="3030"
MONGO="mongodb://127.0.0.1:27017/urlshortener"