I don't want the /auth folder in my project
binarykitchen opened this issue · 5 comments
Hello there
When I start levelweb in my project folder with sudo levelweb ./app/assets/db/level/development
then it generates a folder called /auth
in my project folder when missing.
But I have installed levelweb globally so I want that auth
folder there where levelweb resides globally for any projects on my machine. In my case that's near /opt/node/bin/levelweb
. How can I configure that?
The reason why auth exists is to create the key and cert files that openssl uses, that has been removed in the dev branch and with the next release (hopefully next week) this will have been removed.
ok, sweet as. many thanks!
Hmmm, it is still here ... @hij1nx any updates?
100% rewrite happening, ditching this codebase completely.
Great. Are the changes on npm yet?