Fix a typo in the config file

This commit is contained in:
Johan Van de Wauw 2017-06-15 15:18:59 +01:00 committed by Dave Page
parent 2a87585665
commit 827aa72e99

View File

@ -148,7 +148,7 @@ SERVER_MODE = True
# The default should be fine here, as it's not exposed in the app.
DESKTOP_USER = 'pgadmin4@pgadmin.org'
# This configuration otion allows the user to host the application on a LAN
# This option allows the user to host the application on a LAN
# Default hosting is on localhost (DEFAULT_SERVER='localhost').
# To host pgAdmin4 over LAN set DEFAULT_SERVER='0.0.0.0' (or a specific
# adaptor address.