Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit f73cd05

Browse files
committed
Add default path for recordingsPath
in tmp folder
1 parent 8f1f03c commit f73cd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const config = convict({
8787
recordingsPath: {
8888
doc: 'path to the main recording folder',
8989
format: String,
90-
default: globalConfiguration.recordingsPath,
90+
default: globalConfiguration.recordingsPath || '/tmp/webmyna',
9191
env: 'WEB_MYNA_RECORDINGS_PATH',
9292
},
9393
});

0 commit comments

Comments
 (0)