Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiamann committed Nov 12, 2024
1 parent 54f2767 commit e9f9694
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,27 @@ This image can be configured using the following environment variables:

### Database settings
- `DB_DRIVER`: The used DBMS (e.g. mysql, mariadb, postgres)
- `DB_HOST`: Hostname where the DB is running (e.g. `localhost`)
- `DB_PORT`: Port on which DB is running
- `DB_NAME`: Name of the database (will be created)
- `DB_USER`: Name of the DB user (will be created)
- `DB_PASSWORD`: Password for `DB_USER` (will be set)
- `DB_HOST`: Hostname where the DBMS is running (e.g. `localhost`)
- `DB_PORT`: Port on which the DBMS is running
- `DB_NAME`: Name of the database
- `DB_USER`: Name of the DB user
- `DB_PASSWORD`: Password for `DB_USER`

### Drupal settings
- `DOMAIN`: Domain of the WissKI (e.g. `localhost`)
- `DRUPAL_TRUSTED_HOST`: TODO: (e.g. `localhost`)
- `SITE_NAME`: Name of the site (e.g. `My WissKI`)
- `DRUPAL_USER`: Username for the Drupal user (will be created)
- `DRUPAL_PASSWORD`: Password for `DRUPAL_USER` (will be set)
- `DRUPAL_USER`: Username for the Drupal user (will be created on initial startup)
- `DRUPAL_PASSWORD`: Password for `DRUPAL_USER` (will be set on initial startup)

### WissKI settings
# For a full list of versions see:
- `WISSKI_GRAIN_YEAST_WATER_VERSION`: Version of the wisski grain and water recepie. Look [here](https://packagist.org/packages/soda-collection-objects-data-literacy/wisski_grain_yeast_water) for available versions.
- `WISSKI_FLAVOURS`: List of flavours. TODO: how do you have to specify them here and where is a list of available flavours?
- `DEFAULT_GRAPH`: Full graph URI where WissKI data should be stored (e.g. `http://my.graph.uri/`)

### Triplestore settings
- `TS_READ_URL`: URL of the read endpoint of the triplestore (e.g. `http://public.graph.database/repositories/default`)
- `TS_WRITE_URL`: URL of the read endpoint of the triplestore (e.g. `http://public.graph.database/repositories/default/statements`)
- `TS_REPOSITORY`: Name of the repository (will be created)
- `TS_USERNAME`: Username for the Triplestore user (will be created)
- `TS_PASSWORD`: Password for `TS_USERNAME` (will be set)
- `TS_REPOSITORY`: Name of the repository
- `TS_USERNAME`: Username for the Triplestore user
- `TS_PASSWORD`: Password for `TS_USERNAME`

0 comments on commit e9f9694

Please sign in to comment.