We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a8a57 commit 64307b9Copy full SHA for 64307b9
configs/general.sample.js
@@ -45,7 +45,7 @@ export default {
45
//will enable/disable auto config
46
enableAutomaticConfiguration: 0,
47
//the path to the upload folder
48
- uploadFolder: ['/uploaded'],
+ uploadFolder: ['./uploaded'],
49
//will enable csv imports
50
enableCSVImport: 1,
51
//graph that stores your mapping configurations for imprting other formats such as CSV
0 commit comments