fix(env): resolve localhost to 127.0.0.1 (#49394)

This commit is contained in:
Shaun Hamilton 2023-02-16 11:02:00 +00:00 committed by GitHub
parent 190ce3fea7
commit 88752ccd6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Database
MONGOHQ_URL=mongodb://localhost:27017/freecodecamp
MONGOHQ_URL=mongodb://127.0.0.1:27017/freecodecamp
# Logging
SENTRY_DSN=dsn_from_sentry_dashboard