Add a config file

This commit is contained in:
Ceda EI 2021-04-09 21:18:50 +05:30
parent b06c0e8a1d
commit 8930f6f68f
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -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
View File

@ -0,0 +1,4 @@
const config = {
thumbnailServer: "http://localhost:8000"
};
export default config;