mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 17:33:01 -06:00
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
This commit is contained in:
parent
2582515b4d
commit
cb8688f429
51 changed files with 310 additions and 408 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue