From c1a26dd73b311171b9744b4379d24b361516359d Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Fri, 11 Jul 2025 17:01:59 +0000 Subject: [PATCH] README: Add ENV_FILE option Signed-off-by: Luis Garcia --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3950e09..3e43ef9 100644 --- a/README.md +++ b/README.md @@ -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