mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-29 08:00:43 -04:00
fix(env): resolve localhost to 127.0.0.1 (#49394)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user