Add a config file
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -21,3 +21,5 @@
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
|
config.js
|
||||||
|
|||||||
4
src/sample.config.js
Normal file
4
src/sample.config.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
const config = {
|
||||||
|
thumbnailServer: "http://localhost:8000"
|
||||||
|
};
|
||||||
|
export default config;
|
||||||
Reference in New Issue
Block a user