Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Raya679 committed Aug 8, 2024
1 parent aff817f commit ab6e34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ The aim of query-tool-ai would be to make this search process more user-friendly
cd query-tool-ai
```

Before proceeding with either you need to set the environment variables.
After cloning the repository, you can choose to either use the Dockerized version or run the application locally using Python but before proceeding with either you need to set the environment variables.

### Set the environment variables -
| Environment Variable | Type | Required | Default Value if Not Set | Example |
| ---------------------- | ------- | ---------------------------------------- | ------------------------ | --------------------------------------------------------- |
| `HOST` | string | No | `0.0.0.0` | `127.0.0.1` |
| `PORT` | integer | No | `8000` | `8080` |


After cloning the repository, you can choose to either use the Dockerized version or run the application locally using Python.
#### Follow the instructions for the option that suits you best:

### Option 1 : Docker :
Expand Down

0 comments on commit ab6e34d

Please sign in to comment.