mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Merge pull request #3 from overleaf/em-mongo-default-db
bin/mongo: connect to sharelatex db
This commit is contained in:
commit
2c131e9947
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if [[ ! -d "$TOOLKIT_ROOT/bin" ]] || [[ ! -d "$TOOLKIT_ROOT/config" ]]; then
|
|||
fi
|
||||
|
||||
function __main__() {
|
||||
exec "$TOOLKIT_ROOT/bin/docker-compose" exec mongo mongo
|
||||
exec "$TOOLKIT_ROOT/bin/docker-compose" exec mongo mongo sharelatex
|
||||
}
|
||||
|
||||
__main__ "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue