mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-30 11:59:56 -05: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
2d39160d9e
commit
354db0c1a2
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…
Reference in a new issue