Skip to content
Snippets Groups Projects
Commit aa7fd450 authored by Lucas Kulla's avatar Lucas Kulla
Browse files

Removed credentials

parent 3db2064b
Branches 2-write-tests
No related tags found
3 merge requests!40Refactoring,!39Refactoring,!27fixing more issues mostly code-style related, ignoring following errors:...
Pipeline #266485 passed
......@@ -34,8 +34,8 @@ class ConfigParameter:
__nameMongoDBUser = "User"
# Gitlab
password = os.environ.get("GitLabAccesToken", default="glpat-77jpG3cMYyAc8HxqCAks")
username = os.environ.get("GitLabUsername", default="lucas.kulla")
password = os.environ.get("GitLabAccesToken", default="")
username = os.environ.get("GitLabUsername", default="")
__gitRepoURL = f"https://{username}:{password}@codebase.helmholtz.cloud/hmc/hmc/cct-1-mapping/mapping_results.git"
__gitDirectory = os.path.join(__dataRootPath, "GitLab/Mapping")
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment