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
e.g. we have multiple webroots at work like:
http://server/app1/branch/branch1 http://server/app1/branch/branch2 http://server/app2/branch/branch3
(for better or worse)
When the port gets added, you end up with http://server/app1/branch/branch1:80
Perhaps a simpler config that would work for more scenarios would be to enter the base url, so:
{ "url_root" : "http://myserver:589/myapp", "web_root" : "D:\\webroot\\taxmetrics\\branches\\feb-12\\webapp\\", "component_root" : "/" }
Loving the work...
The text was updated successfully, but these errors were encountered:
I like it!
Sorry, something went wrong.
Oh. congrats of filing issue #1!
;) ta!
Merge pull request #1 from ckaznocha/feature/travis-ciSupport
ba163f2
Added .travis.yml file
No branches or pull requests
e.g. we have multiple webroots at work like:
http://server/app1/branch/branch1
http://server/app1/branch/branch2
http://server/app2/branch/branch3
(for better or worse)
When the port gets added, you end up with http://server/app1/branch/branch1:80
Perhaps a simpler config that would work for more scenarios would be to enter the base url, so:
Loving the work...
The text was updated successfully, but these errors were encountered: