added more .env stuff

This commit is contained in:
root
2024-06-28 20:15:14 -05:00
parent 2ed9f3345d
commit 0086878d57
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ Purpose:
## Environment Variables
Recommended to put these in the relevant `~/.bashrc` file
Put these in a `.env` file in the directory that the backup will be run from.
| Env Variable | Description |
|---------------------|--------------------------------------------------------------------------------------------|

View File

@@ -95,4 +95,7 @@ def main(loki_url: str, dry_run: bool, **kwargs):
if __name__ == '__main__':
from dotenv import load_dotenv
load_dotenv()
main()