Skip to content
New issue

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

Add custom directory to app_classpath #66

Closed
akhil opened this issue Nov 7, 2013 · 1 comment
Closed

Add custom directory to app_classpath #66

akhil opened this issue Nov 7, 2013 · 1 comment

Comments

@akhil
Copy link

akhil commented Nov 7, 2013

How do I add my own custom directory or file to the app classpath.
for eg I want to add /etc/myapp/conf to the list

@jsuereth
Copy link
Member

jsuereth commented Nov 8, 2013

Yeah, there's a key called: scriptClasspath. You can do the following:

scriptClasspath += "/etc/myapp/conf"

In the future, please post questions like this on stackoverflow. I'm pretty active there and it has much better search than github issues. Hope that helps!

@jsuereth jsuereth closed this as completed Nov 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants