mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 19:47:03 -04:00
MediaConfigMock: Change upload path
This changes the upload path in all test to 'test_uploads' to ensure no real uploads are lost. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
de54bca9c4
commit
e955e204c4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export default registerAs('mediaConfig', () => ({
|
||||||
backend: {
|
backend: {
|
||||||
use: 'filesystem',
|
use: 'filesystem',
|
||||||
filesystem: {
|
filesystem: {
|
||||||
uploadPath: 'uploads',
|
uploadPath: 'test_uploads',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue