aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgit
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-27 09:10:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-27 09:10:44 +0300
commit722acb80f61063a776ca4fb59ed15a12edd6fa07 (patch)
treef552b03107e4ff7f3bb4649eb12842f68c2d6538 /cgit
parentREADME: update (diff)
downloadcgitize-722acb80f61063a776ca4fb59ed15a12edd6fa07.tar.gz
cgitize-722acb80f61063a776ca4fb59ed15a12edd6fa07.zip
docker: change default paths
Diffstat (limited to '')
-rw-r--r--cgitize/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgitize/config.py b/cgitize/config.py
index 3fd8aee..5b5fb32 100644
--- a/cgitize/config.py
+++ b/cgitize/config.py
@@ -37,7 +37,7 @@ class Section:
class MainSection(Section):
- DEFAULT_OUTPUT_DIR = '/var/tmp/cgitize'
+ DEFAULT_OUTPUT_DIR = '/mnt/cgitize'
@property
def output_dir(self):