mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 00:03:50 -05:00
10 lines
133 B
JSON
10 lines
133 B
JSON
{
|
|
"db": {
|
|
"name": "db",
|
|
"connector": "mongodb",
|
|
"host": "127.0.0.1",
|
|
"database": "foobar",
|
|
"port": 27017
|
|
}
|
|
}
|