dendrite: Set media_api base_path
This commit is contained in:
parent
e532ad8538
commit
065838d865
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ let
|
|||
];
|
||||
};
|
||||
media_api = {
|
||||
base_path = "${workingDir}/media_store";
|
||||
|
||||
max_file_size_bytes = 25 * 1024 * 1024;
|
||||
thumbnail_sizes = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue