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

Updated Configuration (markdown)

Nick Sweeting
2019-02-21 15:33:09 -05:00
parent 05c7d49020
commit 8fde0e8019

@@ -1,5 +1,3 @@
## Intro
Configuration is done through environment variables. You can pass in settings using all the usual environment variable methods: e.g. by using the `env` command, settings variables in your shell profile, or sourcing a `.env` file before running the command.
You can also modify the defaults in `archivebox/config.py` directly, but that's not recommended as your custom settings will be erased whenever you update ArchiveBox.
@@ -20,7 +18,6 @@ Configuration:
- [Shell Options](#shell-options)
- [Dependency Options](#dependency-options)
---
## General Settings