Last active
August 29, 2015 14:06
-
-
Save juztas/7114330ef9b21e77fdc4 to your computer and use it in GitHub Desktop.
exampleofconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cmsweb-dev": { | |
| "delegate-dn": [ | |
| "/DC=ch/DC=cern/OU=computers/CN=vocms(24[34]|3[136]|21|045).cern.ch|/DC=ch/DC=cern/OU=computers/CN=balcas-crab.cern.ch|/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=jbalcas/CN=751133/CN=Justas Balcas" | |
| ], | |
| "transformation": { | |
| "Analysis": "http://common-analysis-framework.cern.ch/CMSRunAnaly.sh", | |
| "PrivateMC": "http://common-analysis-framework.cern.ch/CMSRunMCProd.sh" | |
| }, | |
| "backend-urls" : { | |
| "cacheSSL" : "https://cmsweb.cern.ch/crabcache", | |
| "baseURL" : "https://cmsweb.cern.ch/crabcache", | |
| "htcondorSchedds" : ["crab3test-5@vocms0114.cern.ch"], | |
| "htcondorPool" : "vocms099.cern.ch,vocms097.cern.ch", | |
| "ASOURL" : "https://cmsweb-testbed.cern.ch/couchdb" | |
| }, | |
| "compatible-version" : ["3.3.4.rc3"] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment