1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-26 15:54:36 +02:00

Updated Configuration (markdown)

Nick Sweeting
2019-02-21 15:16:29 -05:00
parent ff8dec09ad
commit bdae3854db

@@ -7,7 +7,7 @@ Example configuration using `env` command:
env CHROME_BINARY=google-chrome-stable RESOLUTION=1440,900 FETCH_PDF=False ./archive ~/Downloads/bookmarks_export.html
```
All the available environment variables are defined below, but also in [`etc/ArchiveBox.conf.default`](https://github.com/pirate/ArchiveBox/blob/master/etc/ArchiveBox.conf.default). The code that load the config is in [`archivebox/config.py`](https://github.com/pirate/ArchiveBox/blob/master/archivebox/config.py), but don't modify the defaults in `archivebox/config.py` directly, as your changes there will be erased whenever you update ArchiveBox.
All the available environment variables are defined in this document below, but also in [`etc/ArchiveBox.conf.default`](https://github.com/pirate/ArchiveBox/blob/master/etc/ArchiveBox.conf.default). The code that load the config is in [`archivebox/config.py`](https://github.com/pirate/ArchiveBox/blob/master/archivebox/config.py), but don't modify the defaults in `archivebox/config.py` directly, as your changes there will be erased whenever you update ArchiveBox.
To create a persistent config file, see the [Creating a Config File](#creating-a-config-file) section.