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

Commit

Permalink
Add default path for recordingsPath
Browse files Browse the repository at this point in the history
in tmp folder
  • Loading branch information
alexisjanvier committed Nov 7, 2019
1 parent 8f1f03c commit f73cd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const config = convict({
recordingsPath: {
doc: 'path to the main recording folder',
format: String,
default: globalConfiguration.recordingsPath,
default: globalConfiguration.recordingsPath || '/tmp/webmyna',
env: 'WEB_MYNA_RECORDINGS_PATH',
},
});
Expand Down

0 comments on commit f73cd05

Please sign in to comment.