ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Tool_Box/RelativityLib.py
(Generate patch)

Comparing Python/NinoCode/Tool_Box/RelativityLib.py (file contents):
Revision 579 by nino.borges, Thu Mar 26 13:50:08 2015 UTC vs.
Revision 605 by nino.borges, Wed Jun 15 15:53:03 2016 UTC

# Line 20 | Line 20 | import requests,json
20   class Relativity_Connection(object):
21      """An Advanced Relativity Connection Library and Toolkit"""
22      version = '0.0.1'
23 <    ## Dev
24 <    #rootSite = 'http://dev.mcdermottdiscovery.com'
25 <    #rootUserName = 'eborges@mwe.com'
26 <    #rootPassword = 'MWEreldev2@'
27 <    
28 <    ## Prod
29 <    rootSite = 'https://www.mcdermottdiscovery.com'
30 <    rootUserName = 'eborges@mwe.com'
31 <    rootPassword = 'QEst3kU2!'
23 >
24 > ## Prod
25 >    rootSite = 'https://relativity5.advanceddiscovery.com'
26 >    rootUserName = 'emanuel.borges@advanceddiscovery.com'
27 >    rootPassword = 'M@y_1255'
28 >
29 >
30 > ##    ## Dev
31 > ##    #rootSite = 'http://dev.mcdermottdiscovery.com'
32 > ##    #rootUserName = 'eborges@mwe.com'
33 > ##    #rootPassword = 'MWEreldev2@'
34 > ##    
35 > ##    ## Prod
36 > ##    rootSite = 'https://www.mcdermottdiscovery.com'
37 > ##    rootUserName = 'eborges@mwe.com'
38 > ##    rootPassword = 'QEst3kU2!'
39      
40      def __init__(self, workSpace = None):
41          self.UpdateWorkspaceDict()

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)