Add a config file
This commit is contained in:
parent
b06c0e8a1d
commit
8930f6f68f
|
@ -21,3 +21,5 @@
|
|||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
config.js
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
const config = {
|
||||
thumbnailServer: "http://localhost:8000"
|
||||
};
|
||||
export default config;
|
Loading…
Reference in New Issue