From 7fe06310244964ac7da819e596798d35f8b2bd26 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 18 Feb 2024 04:39:06 -0800 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Configuration.md b/Configuration.md index 0c5375c..83427f0 100644 --- a/Configuration.md +++ b/Configuration.md @@ -1,7 +1,5 @@ # Configuration -▶️ *The full ArchiveBox config file definition with defaults can be found here: [`archivebox/config.py`](https://github.com/ArchiveBox/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. *Some equivalent examples of setting some configuration options:* @@ -28,7 +26,7 @@ Environment variables take precedence over the config file, which is useful if y
-In case this document is ever out of date, it's recommended to read the code that loads the config directly in [`archivebox/config.py`](https://github.com/ArchiveBox/ArchiveBox/blob/master/archivebox/config.py#L27). +*In case this document is ever out of date, it's recommended to read the code that loads the config directly in [`archivebox/config.py`](https://github.com/ArchiveBox/ArchiveBox/blob/master/archivebox/config.py#L27). ➡️* ---