Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EUDAT-TOOLS
SVMON
pysvmon
Commits
b4ac851c
Commit
b4ac851c
authored
Aug 10, 2021
by
Agustin Pane
Browse files
(Release) V2.2.5
parent
018ae74b
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
b4ac851c
...
...
@@ -4,7 +4,7 @@ from setuptools import setup
setup
(
name
=
'svmon_python_client'
,
version
=
'2.2.
4
'
,
version
=
'2.2.
5
'
,
packages
=
[
'svmon_client'
],
scripts
=
[
'svmon'
],
package_data
=
{
''
:
[
'*.json'
,
'*.pem'
]},
...
...
svmon_client/remoteConfig.py
View file @
b4ac851c
...
...
@@ -8,7 +8,7 @@ class RemoteConfig:
config
=
{}
config
[
'BACKEND_URL'
]
=
'https://svmon.eudat.eu/api/serviceComponent/jsonreport'
config
[
'REMOTE_CONFIG_URL'
]
=
'https://svmon.eudat.eu/api/remoteConfig/'
config
[
'DEBUG_MODE'
]
=
Tru
e
config
[
'DEBUG_MODE'
]
=
Fals
e
def
__init__
(
self
):
load_dotenv
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment