Skip to content

Commit

Permalink
update(file):
Browse files Browse the repository at this point in the history
- Updated README.md
  • Loading branch information
bootsie123 committed Jun 29, 2024
1 parent cf01935 commit b7d1ef0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ nano docker-compose.yml

In order to run the app, the following configuration options must be set in the `.env` file or within `docker-compose.yml`.

| Name | Type | Default | Description |
| -------------- | ------ | -------------------------------------------- | ------------------------------------------------- |
| ICONIK_APP_ID | String | | The ID of the Iconik application token to use |
| ICONIK_TOKEN | String | | The token of the Iconik application token to use |
| NEW_STORAGE_ID | String | | The ID of the storage location to migrate to |
| REDIS_HOST\* | String | `redis` if production, otherwise `localhost` | The ip address or correction URL to use for Redis |
| REDIS_PORT\* | Number | 6379 | The port to use for Redis |
| Name | Type | Default | Description |
| -------------- | ------ | -------------------------------------------- | ---------------------------------------------------------------- |
| ICONIK_APP_ID | String | | The ID of the Iconik application token to use |
| ICONIK_TOKEN | String | | The token of the Iconik application token to use |
| NEW_STORAGE_ID | String | | The ID of the storage location to migrate to |
| REDIS_HOST\* | String | `redis` if production, otherwise `localhost` | The ip address or connection URL to use when connecting to Redis |
| REDIS_PORT\* | Number | 6379 | The port to use when connecting to Redis |

_\*Only needed if specifically running locally_

Expand All @@ -74,8 +74,8 @@ The following table shows the various configurations options which can be set an
| ICONIK_APP_ID | String | | The ID of the Iconik application token to use |
| ICONIK_TOKEN | String | | The token of the Iconik application token to use |
| NEW_STORAGE_ID | String | | The ID of the storage location to migrate to |
| REDIS_HOST\* | String | `redis` if production, otherwise `localhost` | The ip address or correction URL to use for Redis |
| REDIS_PORT\* | Number | 6379 | The port to use for Redis |
| REDIS_HOST\* | String | `redis` if production, otherwise `localhost` | The ip address or connection URL to use when connecting to Redis |
| REDIS_PORT\* | Number | 6379 | The port to use when connecting to Redis |
| ADD_JOBS | Boolean | true | Set to true if jobs should automatically be generated and added to their respective queues, otherwise if false, only existing jobs will be processed |
| CONCURRENCY | Number | 10 | The number of concurrent jobs to process per worker |
| BULLMQ_PORT | Number | 3000 | The port to use for the dashboard |
Expand Down

0 comments on commit b7d1ef0

Please sign in to comment.