From d744e1b6484d8f9f549b59809a9ad9bbbc632188 Mon Sep 17 00:00:00 2001 From: r33drichards <57335981+r33drichards@users.noreply.github.com> Date: Sat, 21 Nov 2020 22:24:47 -0500 Subject: [PATCH] update config file location --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index bd727de..da7b288 100644 --- a/Configuration.md +++ b/Configuration.md @@ -1,6 +1,6 @@ # Configuration -▶️ *The full ArchiveBox config file definition with defaults can be found here: [`archivebox/config/__init__.py`](https://github.com/pirate/ArchiveBox/blob/master/archivebox/config/__init__.py#L45).* +▶️ *The full ArchiveBox config file definition with defaults can be found here: [`/archivebox/config.py`](https://github.com/pirate/ArchiveBox/blob/master/archivebox/config.py#L27).* Configuration of ArchiveBox is done by using the `archivebox config` command, modifying the `ArchiveBox.conf` file in the data folder, or by using environment variables. All three methods work equivalently when using Docker as well.