diff options
author | xengineering <me@xengineering.eu> | 2023-03-31 19:47:55 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-03-31 19:47:55 +0200 |
commit | f1308a436040f3a72e058e10ec2693cfb599da30 (patch) | |
tree | a3fa6c854b5bdec68077c0401b541dceceb51c00 /config/default.json | |
parent | 58b03b95f544a6ab6bde5e508fbadcb0a2e804dd (diff) | |
download | ceres-f1308a436040f3a72e058e10ec2693cfb599da30.tar ceres-f1308a436040f3a72e058e10ec2693cfb599da30.tar.zst ceres-f1308a436040f3a72e058e10ec2693cfb599da30.zip |
Remove image functionality
Recipe images are currently complicated to implement and have little
use. Probably they will not be covered in the next release.
Diffstat (limited to 'config/default.json')
-rw-r--r-- | config/default.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/default.json b/config/default.json index 7710774..33ff4a4 100644 --- a/config/default.json +++ b/config/default.json @@ -3,8 +3,7 @@ "bind_host":"127.0.0.1", "bind_port":"8080", "static":"/usr/share/ceres/static", - "templates":"/usr/share/ceres/templates", - "storage":"/var/lib/ceres" + "templates":"/usr/share/ceres/templates" }, "database":{ "socket":"/run/mysqld/mysqld.sock", |