Merge pull request #100 from ScotDex/patch-1

Add LE_EMAIL env var to README.md
This commit is contained in:
Tyr Heimdal 2025-01-31 17:27:32 +01:00 committed by GitHub
commit a59480e3f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,7 @@ A fork of techfreak's [Pathfinder-container](https://gitlab.com/techfreak/pathfi
SMTP_PASS=""
SMTP_FROM=""
SMTP_ERROR=""
LE_EMAIL="your-email@example.com" #Add your email address for notifications if the SSL cert renewal fails.
> The `PROJECT_ROOT` key is the *absolute* path to the project directory, ie if you have clone it to /app/pathfinder-containers, this is the value you should enter. If you're unsure of the absolute path, you can use the command `pwd` to get the full absolute path of the current directory.
1. **Edit the *config/pathfinder/pathfinder.ini*** to your liking