Skip to content

Commit f6e4894

Browse files
committed
fix: using https CS in DIRAC-CertifOauth
1 parent 6ad091f commit f6e4894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,6 @@ def extension_metadata():
221221
"priority": 0,
222222
"setups": {
223223
"DIRAC-Certification": "https://lbcertifdirac70.cern.ch:9135/Configuration/Server",
224-
"DIRAC-CertifOauth": "dips://lbcertifdiracoauth.cern.ch:9135/Configuration/Server",
224+
"DIRAC-CertifOauth": "https://lbcertifdiracoauth.cern.ch:9135/Configuration/Server",
225225
},
226226
}

0 commit comments

Comments
 (0)