1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 15:31:22 +02:00

update config file location

r33drichards
2020-11-21 22:24:47 -05:00
parent 28059711d5
commit d744e1b648

@@ -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.