diff options
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json index a94b54d..bdf24f5 100644 --- a/config.json +++ b/config.json @@ -7,7 +7,8 @@ ], "server": { "host": "0.0.0.0", - "port": 8000 + "port": 8000, + "upload_path": "uploads" }, "feed": { "external_url": "", |
