Skip to content

Commit 8fd800a

Browse files
committed
docs: Minor improvements to README copy.
1 parent 04605e4 commit 8fd800a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,15 @@ If the `alias` is vacant, a new unique record will be created for the provided `
3131

3232
### Setup
3333

34-
Concierge can be run as a Docker container and uses internal port `:3000`. \
35-
The latest release image of [abiddiscombe/concierge](https://hub.docker.com/repository/docker/abiddiscombe/concierge/general) can be pulled from Docker Hub.
34+
Concierge can be run as a Docker container and uses port `3000`. The latest release image of [abiddiscombe/concierge](https://hub.docker.com/repository/docker/abiddiscombe/concierge/general) can be pulled from Docker Hub.
3635

37-
The API server is backed by PostgreSQL; the following environment variables are required:
36+
Concierge uses PostgreSQL to persist data. The following environment variables are required to connect to a PostgreSQL server:
3837

39-
- `CONCIERGE_PG_HOST` - PostgreSQL Server URL
40-
- `CONCIERGE_PG_PORT` - PostgreSQL Server Port
41-
- `CONCIERGE_PG_NAME` - PostgreSQL Database Name
42-
- `CONCIERGE_PG_USER` - PostgreSQL Connection User
43-
- `CONCIERGE_PG_PASS` - PostgreSQL Connection Password
38+
- `CONCIERGE_PG_HOST` - DB URL
39+
- `CONCIERGE_PG_PORT` - DB Port
40+
- `CONCIERGE_PG_NAME` - DB Name
41+
- `CONCIERGE_PG_USER` - DB User
42+
- `CONCIERGE_PG_PASS` - DB Password
4443

4544
### Logging
4645

0 commit comments

Comments
 (0)