mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-27 16:20:05 +02:00
fix archivebox paths
@@ -2,7 +2,7 @@
|
||||
|
||||
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 `archiver/config.py` directly, but that's not recommended as your custom settings will be erased whenever you update ArchiveBox.
|
||||
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.
|
||||
|
||||
Example configuration using `env` command:
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user