README: Add ENV_FILE option

Signed-off-by: Luis Garcia <git@luigi311.com>
This commit is contained in:
Luis Garcia
2025-07-11 17:01:59 +00:00
parent e5d5f11f33
commit c1a26dd73b

View File

@@ -50,7 +50,7 @@ Full list of configuration options can be found in the [.env.sample](.env.sample
- [Install uv](https://docs.astral.sh/uv/getting-started/installation/)
- Create a .env file similar to .env.sample; fill in baseurls and tokens, **remember to uncomment anything you wish to use** (e.g., user mapping, library mapping, black/whitelist, etc.)
- Create a .env file similar to .env.sample; fill in baseurls and tokens, **remember to uncomment anything you wish to use** (e.g., user mapping, library mapping, black/whitelist, etc.). If you want to store your .env file anywhere else or under a different name you can use ENV_FILE variable to specify the location.
- Run
@@ -58,6 +58,10 @@ Full list of configuration options can be found in the [.env.sample](.env.sample
uv run main.py
```
```bash
ENV_FILE="Test.env" uv run main.py
```
### Docker
- Build docker image