Skip to content
Snippets Groups Projects
Commit 6c1459ba authored by Gabriel Engel's avatar Gabriel Engel
Browse files

added "DDP_DEFAULT_CONNECTION_URL": "https://rocket.chat"

parent 3c462f50
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,10 @@
"MONGO_URL": "mongodb://localhost:27017/rocketchat",
"MONGO_OPLOG_URL": "mongodb://localhost:27017/local",
"ROOT_URL": "https://rocket.chat",
"DDP_DEFAULT_CONNECTION_URL": "https://rocket.chat",
"PORT": "8080"
}
},{
}, {
"name": "rocket.chat.1",
"max_memory_restart": "1024M",
"log_date_format": "YYYY-MM-DD HH:mm:ss SSS",
......@@ -27,9 +28,10 @@
"MONGO_URL": "mongodb://localhost:27017/rocketchat",
"MONGO_OPLOG_URL": "mongodb://localhost:27017/local",
"ROOT_URL": "https://rocket.chat",
"DDP_DEFAULT_CONNECTION_URL": "https://rocket.chat",
"PORT": "8081"
}
},{
}, {
"name": "rocket.chat.2",
"max_memory_restart": "1024M",
"log_date_format": "YYYY-MM-DD HH:mm:ss SSS",
......@@ -42,9 +44,10 @@
"MONGO_URL": "mongodb://localhost:27017/rocketchat",
"MONGO_OPLOG_URL": "mongodb://localhost:27017/local",
"ROOT_URL": "https://rocket.chat",
"DDP_DEFAULT_CONNECTION_URL": "https://rocket.chat",
"PORT": "8082"
}
},{
}, {
"name": "rocket.chat.3",
"max_memory_restart": "1024M",
"log_date_format": "YYYY-MM-DD HH:mm:ss SSS",
......@@ -57,6 +60,7 @@
"MONGO_URL": "mongodb://localhost:27017/rocketchat",
"MONGO_OPLOG_URL": "mongodb://localhost:27017/local",
"ROOT_URL": "https://rocket.chat",
"DDP_DEFAULT_CONNECTION_URL": "https://rocket.chat",
"PORT": "8083"
}
}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment