Update ArchiveBox.conf.default
This commit is contained in:
parent
fdf1aab1e9
commit
c729a80eae
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Example config file for ArchiveBox: The self-hosted internet archive.
|
# Example config file for ArchiveBox: The self-hosted internet archive.
|
||||||
# Copy this file to ~/.ArchiveBox.conf before editing it.
|
# Copy this file to ~/.ArchiveBox.conf before editing it.
|
||||||
# Config file uses python syntax but can also be sourced as a .env file.
|
# Config file is in both Python and .env syntax (all strings must be quoted).
|
||||||
# For documentation, see:
|
# For documentation, see:
|
||||||
# https://github.com/pirate/ArchiveBox/wiki/Configuration
|
# https://github.com/pirate/ArchiveBox/wiki/Configuration
|
||||||
|
|
||||||
|
@ -8,12 +8,12 @@
|
||||||
## General Settings
|
## General Settings
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
#OUTPUT_DIR=output
|
#OUTPUT_DIR="output"
|
||||||
#OUTPUT_PERMISSIONS=755
|
#OUTPUT_PERMISSIONS=755
|
||||||
#ONLY_NEW=False
|
#ONLY_NEW=False
|
||||||
#TIMEOUT=60
|
#TIMEOUT=60
|
||||||
#MEDIA_TIMEOUT=3600
|
#MEDIA_TIMEOUT=3600
|
||||||
#TEMPLATES_DIR=archivebox/templates
|
#TEMPLATES_DIR="archivebox/templates"
|
||||||
#FOOTER_INFO="Content is hosted for personal archiving purposes only. Contact server owner for any takedown requests."
|
#FOOTER_INFO="Content is hosted for personal archiving purposes only. Contact server owner for any takedown requests."
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue