diff options
| author | 2021-12-20 15:19:53 +0100 | |
|---|---|---|
| committer | 2021-12-20 15:19:53 +0100 | |
| commit | cb8688f4298a1a3ed5e28565004588be3c071df0 (patch) | |
| tree | 038b196e914b949857bf8b7c00f22374408bc1ca /test/test.json | |
| parent | return first offer when no accept header set (#351) (diff) | |
| download | gotosocial-cb8688f4298a1a3ed5e28565004588be3c071df0.tar.xz | |
Remove unnecessary storage config variables (#344)
* rewire config to not use extraneous serve vars
* rename 'file' to 'local' for consistency
* use Type and Size again
Diffstat (limited to 'test/test.json')
| -rw-r--r-- | test/test.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/test.json b/test/test.json index 3d0387ea2..d12b06d50 100644 --- a/test/test.json +++ b/test/test.json @@ -51,10 +51,7 @@ "statuses-poll-max-options": 6, "statuses-poll-option-max-chars": 50, "storage-backend": "local", - "storage-base-path": "/gotosocial/storage", - "storage-serve-base-path": "/fileserver", - "storage-serve-host": "localhost", - "storage-serve-protocol": "https", + "storage-local-base-path": "/gotosocial/storage", "trusted-proxies": [ "127.0.0.1/32", "0.0.0.0/0" |
