From 9013c0dddc6ba169c47b1da1104f644abe15e7f1 Mon Sep 17 00:00:00 2001 From: doublebyte1 Date: Wed, 13 Dec 2017 09:26:50 +0100 Subject: [PATCH] - fixed multi-line statement. --- geonetwork/variant-postgres.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/geonetwork/variant-postgres.md b/geonetwork/variant-postgres.md index 3a5148b8a..50f7a6033 100644 --- a/geonetwork/variant-postgres.md +++ b/geonetwork/variant-postgres.md @@ -10,8 +10,7 @@ If your postgres instance is listening on a non-standard port, you must also set ### Connecting to a postgres database -If you want to connect to a postgres server, you need to pass an extra environment variable, `POSTGRES_DB_HOST`, -containing the address of this server. +If you want to connect to a postgres server, you need to pass an extra environment variable, `POSTGRES_DB_HOST`, containing the address of this server. If you want to connect to an **external database server**, you can use either the IP address or the DNS as `POSTGRES_DB_HOST`. For instance, if the server is running on `mydns.net`, on port `5434`, the username is `postgres` and the password is `mysecretpassword`: