Add a config file
This commit is contained in:
parent
b06c0e8a1d
commit
8930f6f68f
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;
|
Loading…
x
Reference in New Issue
Block a user