Skip to content

Commit

Permalink
Add where used
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Sep 9, 2021
1 parent 729b121 commit ea7bf8a
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions lists/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@
export DATABASE_PASSWORD="my;password!"
```

1. Where used:
1. [docker-g2command](https://github.com/Senzing/docker-g2command),
[docker-senzing-base](https://github.com/Senzing/docker-senzing-base),
1. [Where used](https://github.com/search?q=org%3ASenzing+DATABASE_PASSWORD&type=code)

### DATABASE_PORT

Expand All @@ -186,9 +184,7 @@
export DATABASE_PORT=5432
```

1. Where used:
1. [docker-g2command](https://github.com/Senzing/docker-g2command),
[docker-senzing-base](https://github.com/Senzing/docker-senzing-base),
1. [Where used](https://github.com/search?q=org%3ASenzing+DATABASE_PORT&type=code)

### DATABASE_PROTOCOL

Expand All @@ -209,9 +205,7 @@
export DATABASE_PROTOCOL=postgresql
```

1. Where used:
1. [docker-g2command](https://github.com/Senzing/docker-g2command),
[docker-senzing-base](https://github.com/Senzing/docker-senzing-base),
1. [Where used](https://github.com/search?q=org%3ASenzing+DATABASE_PROTOCOL&type=code)

### DATABASE_USERNAME

Expand All @@ -225,9 +219,7 @@
export DATABASE_USERNAME="my-user"
```

1. Where used:
1. [docker-g2command](https://github.com/Senzing/docker-g2command),
[docker-senzing-base](https://github.com/Senzing/docker-senzing-base),
1. [Where used](https://github.com/search?q=org%3ASenzing+DATABASE_USERNAME&type=code)

### DB2_CUSTOM_DIR

Expand All @@ -237,26 +229,23 @@
docker container. Is mounted to `/var/custom`.
1. Values:
1. Default: None
1. Where used:
1. [docker-compose-demo](https://github.com/Senzing/docker-compose-demo),
1. [Where used](https://github.com/search?q=org%3ASenzing+DB2_CUSTOM_DIR&type=code)

### DB2_DB

1. Synopsis:
1. The database schema name.
1. Values:
1. Default: "G2"
1. Where used:
1. [docker-compose-demo](https://github.com/Senzing/docker-compose-demo),
1. [Where used](https://github.com/search?q=org%3ASenzing+DB2_DB&type=code)

### DB2_DIR

1. Synopsis:
1. Path on local system where the database files are stored.
1. Values:
1. Default: None. Application dependent.
1. Where used:
1. [docker-compose-demo](https://github.com/Senzing/docker-compose-demo),
1. [Where used](https://github.com/search?q=org%3ASenzing+DB2_DIR&type=code)

### DB2_PASSWORD

Expand Down

0 comments on commit ea7bf8a

Please sign in to comment.