Skip to content

Commit

Permalink
Merge pull request #6 from Senzing/issue-1.dockter.1
Browse files Browse the repository at this point in the history
issue-1 Fix configuration list
  • Loading branch information
docktermj authored Apr 3, 2019
2 parents d34bdea + b29bf50 commit 7fb7fd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@ See [Develop](#develop).

### Configuration

- **SENZING_DATABASE_URL** -
* **SENZING_DATABASE_URL** -
Database URI in the form: `${DATABASE_PROTOCOL}://${DATABASE_USERNAME}:${DATABASE_PASSWORD}@${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_DATABASE}`
- **SENZING_DEBUG** -
* **SENZING_DEBUG** -
Enable debug information. Values: 0=no debug; 1=debug. Default: 0.
- **SENZING_ENTRYPOINT_SLEEP** -
* **SENZING_DIR** -
Location of Senzing libraries. Default: "/opt/senzing".
* **SENZING_ENTRYPOINT_SLEEP** -
Sleep, in seconds, before executing.
0 for sleeping infinitely.
[not-set] if no sleep.
Useful for debugging docker containers.
To stop sleeping, run "`unset SENZING_ENTRYPOINT_SLEEP`".
Default: [not-set].
- **SENZING_DIR** -
Location of Senzing libraries. Default: "/opt/senzing".

### Run docker container

Expand Down

0 comments on commit 7fb7fd0

Please sign in to comment.