Skip to content
Snippets Groups Projects
Commit bfd58293 authored by ThanKarab's avatar ThanKarab
Browse files

Merged the galaxy-workflow parameters.

parent a203557d
No related branches found
No related tags found
1 merge request!8Dev merge middleware
......@@ -9,3 +9,4 @@ project/
/.project
/.settings/
dependency-reduced-pom.xml
logs/
......@@ -80,13 +80,13 @@ services:
exareme:
miningExaremeUrl: {{ default .Env.EXAREME_URL "http://localhost:9090" }}/mining/query
algorithmsUrl: {{ default .Env.EXAREME_URL "http://localhost:9090" }}/mining/algorithms.json
workflows:
workflowUrl: {{ default .Env.WORKFLOW_URL "http://localhost:9090" }}
jwtSecret: {{ default .Env.JWT_SECRET "secret" }}
workflowAuthorization: {{ default .Env.WORKFLOW_AUTHORIZATION "undefined" }}
galaxy:
galaxyUrl: {{ default .Env.GALAXY_URL "http://localhost:8090/nativeGalaxy" }}
galaxyContext: {{ default .Env.GALAXY_CONTEXT "nativeGalaxy/workflows/list" }}
galaxyApiKey: {{ .Env.GALAXY_API_KEY }}
galaxyUsername: {{ default .Env.GALAXY_USERNAME "admin" }}
galaxyPassword: {{ default .Env.GALAXY_PASSWORD "password" }}
galaxyContext: {{ default .Env.GALAXY_CONTEXT "nativeGalaxy" }}
keycloak:
keycloakUrl: {{ .Env.KEYCLOAK_URL }}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment