mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
Add SHARELATEX_PORT to doctor output
This commit is contained in:
parent
3fda5d0ae0
commit
3175b64675
1 changed files with 3 additions and 0 deletions
|
@ -189,6 +189,9 @@ function check_config_files() {
|
|||
fi
|
||||
print_point 2 "SIBLING_CONTAINERS_ENABLED: $SIBLING_CONTAINERS_ENABLED"
|
||||
fi
|
||||
if [[ "${SHARELATEX_PORT:-null}" != "null" ]]; then
|
||||
print_point 2 "SHARELATEX_PORT: ${SHARELATEX_PORT}"
|
||||
fi
|
||||
|
||||
print_point 2 "MONGO_ENABLED: $MONGO_ENABLED"
|
||||
if [[ "${MONGO_URL:-null}" != "null" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue