diff --git a/.gitignore b/.gitignore index 4d29575..209f592 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +config.js diff --git a/src/sample.config.js b/src/sample.config.js new file mode 100644 index 0000000..92e77b2 --- /dev/null +++ b/src/sample.config.js @@ -0,0 +1,4 @@ +const config = { + thumbnailServer: "http://localhost:8000" +}; +export default config;