reventlou icon indicating copy to clipboard operation
reventlou copied to clipboard

Path definitions in config

Open b3z opened this issue 3 years ago • 0 comments

Don't hardcode paths in configHandler.ts but load everything from config file.

Only check for config file in config handler and do the rest in another class function which then uses the config file.

This way there can be multiple workspaces which can be switched by editing the config file. Need that for development so I don't have to test on my private workspace.

Also a problem which may occur later will be the redis server trying to bind to the same port.

b3z avatar Jan 09 '21 20:01 b3z