We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d57447 commit d85920aCopy full SHA for d85920a
rt_factory/rt_factory.py
@@ -5,7 +5,7 @@
5
6
# get the artifactory url from the environment
7
ARTIFACTORY_URL = os.environ.get('ARTIFACTORY_URL',
8
- 'https://dsl.melexis.com/artifactory/api/')
+ 'http://localhost:8080/artifactory/api/')
9
10
11
class ApiError(Exception):
0 commit comments