diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-27 09:10:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-27 09:10:44 +0300 |
commit | 722acb80f61063a776ca4fb59ed15a12edd6fa07 (patch) | |
tree | f552b03107e4ff7f3bb4649eb12842f68c2d6538 /examples/cgitize.toml | |
parent | README: update (diff) | |
download | cgitize-722acb80f61063a776ca4fb59ed15a12edd6fa07.tar.gz cgitize-722acb80f61063a776ca4fb59ed15a12edd6fa07.zip |
docker: change default paths
Diffstat (limited to 'examples/cgitize.toml')
-rw-r--r-- | examples/cgitize.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 95317b1..fb76589 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -1,6 +1,6 @@ # All settings are optional. -# /var/tmp/cgitize by default. +# /mnt/cgitize by default. output_dir = "/tmp/cgitize" # URL to clone from the output directory. {repo} is replaced by the |