Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Path definitions in config #32

Open
b3z opened this issue Jan 9, 2021 · 0 comments · May be fixed by #43
Open

Path definitions in config #32

b3z opened this issue Jan 9, 2021 · 0 comments · May be fixed by #43
Assignees
Milestone

Comments

@b3z
Copy link
Owner

b3z commented Jan 9, 2021

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 b3z added the good first issue Good for newcomers label Jan 9, 2021
@b3z b3z added this to the 1.2.0 milestone Jan 9, 2021
@b3z b3z linked a pull request Feb 12, 2021 that will close this issue
@b3z b3z removed the good first issue Good for newcomers label Feb 12, 2021
@b3z b3z self-assigned this Mar 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant