Add sample config and update gitignore

This commit is contained in:
Ceda EI 2020-12-21 15:04:30 +05:30
parent c5a475f9c5
commit 459d334732
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ yarn-debug.log*
yarn-error.log*
.eslintcache
src/config.js

3
src/sample.config.js Normal file
View File

@ -0,0 +1,3 @@
const WS_BASE = "http://localhost:5050/";
export { WS_BASE };