diff options
author | mconway <michael.c.conway@gmail.com> | 2013-02-01 15:45:13 (GMT) |
---|---|---|
committer | mconway <michael.c.conway@gmail.com> | 2013-02-01 15:45:13 (GMT) |
commit | f0570f1bba1b896183c01f0ddae0b9ee2cdc19bb (patch) | |
tree | bf2e5a66facffbbcbcbecedaad3951eb78b2a6c3 | |
parent | 67bd6f58db53ccc940fa5cbb6c3f481c975c9f6f (diff) | |
download | QCG-Data-f0570f1bba1b896183c01f0ddae0b9ee2cdc19bb.zip QCG-Data-f0570f1bba1b896183c01f0ddae0b9ee2cdc19bb.tar.gz QCG-Data-f0570f1bba1b896183c01f0ddae0b9ee2cdc19bb.tar.bz2 |
[#511] add example config
-rwxr-xr-x | idrop-web/idrop-web-config2.groovy | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/idrop-web/idrop-web-config2.groovy b/idrop-web/idrop-web-config2.groovy index 1568d4d..95d9dc1 100755 --- a/idrop-web/idrop-web-config2.groovy +++ b/idrop-web/idrop-web-config2.groovy @@ -65,4 +65,7 @@ idrop.config.idrop.jnlp="http://iren-web.renci.org/idrop-snapshot/idrop.jnlp" idrop.config.use.tickets=true // do I want to display the profile tab and maintain user profile info -idrop.config.use.userprofile=true
\ No newline at end of file +idrop.config.use.userprofile=true + +// do I support sharing? Requires target server to have specific query support and sharing queries loaded from jargon-user-tagging +idrop.config.use.sharing=true |