1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

default to expect mongo at localhost

This commit is contained in:
Aiko Mastboom 2013-05-05 20:53:38 +02:00
parent 6e9dcb07b3
commit 628461e2ba

View File

@ -10,7 +10,7 @@ var config = {
debug: process.env.DEBUG || false,
port: 8000,
mongo: {
server: "mongodb://silo01.local:27017/Prototyper",
server: "mongodb://localhost:27017/Prototyper",
options: {
db: {
native_parser: true,