We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in addition to torchbear.settings.var make app-name.settings.var available. get app-name from app's torchbear.scl
torchbear.settings.var
app-name.settings.var
app-name
torchbear.scl
so app's code base should have torchbear.scl and user app should have app-name.scl
app-name.scl
I guess, app level settings are optional and up to user to use
The text was updated successfully, but these errors were encountered:
54e21fd
would you please follow up with #242 and make simple-webserver's torchbear.scl so that torchbear will say "running Simple Webserver"?
Sorry, something went wrong.
So put the name "Simple Webserver" into simple-webserver.scl and fetch it from there?
simple-webserver.scl
a torchbear app's settings needs to be read from the app's directory is it reading from currently the working directory?
also, let's do app app's settings through a scripted lib
I made an issue for Simple Webserver: jazzdotdev/static-file-webserver#2
No branches or pull requests
in addition to
torchbear.settings.var
makeapp-name.settings.var
available. getapp-name
from app'storchbear.scl
so app's code base should have
torchbear.scl
and user app should have
app-name.scl
I guess, app level settings are optional and up to user to use
The text was updated successfully, but these errors were encountered: