diff options
Diffstat (limited to 'config/debug.json')
-rw-r--r-- | config/debug.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/debug.json b/config/debug.json index 7d1295b..b3f5cbd 100644 --- a/config/debug.json +++ b/config/debug.json @@ -3,8 +3,7 @@ "bind_host":"127.0.0.1", "bind_port":"8080", "static":"./data/static", - "templates":"./data/templates", - "storage":"./data/storage" + "templates":"./data/templates" }, "database":{ "socket":"/run/mysqld/mysqld.sock", |