Skip to content

Commit d85920a

Browse files
committed
revert artifactory url
1 parent 6d57447 commit d85920a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rt_factory/rt_factory.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# get the artifactory url from the environment
77
ARTIFACTORY_URL = os.environ.get('ARTIFACTORY_URL',
8-
'https://dsl.melexis.com/artifactory/api/')
8+
'http://localhost:8080/artifactory/api/')
99

1010

1111
class ApiError(Exception):

0 commit comments

Comments
 (0)