Newer
Older
# Configuration for development purposes
### LOG LEVELS ###
logging:
level:
root: "ERROR"
org: "ERROR"
eu:
hbp: "DEBUG"
### AUTHENTICATION ###
authentication:
### DATABASE CONFIGURATION ###
spring:
portal-datasource:
url: "jdbc:postgresql://127.0.0.1:5433/portal"
schema: "public"
username: "portal"
password: "portalpwd"
driver-class-name: org.postgresql.Driver
data:
jpa:
repositories:
bootstrap-mode: default
jpa:
hibernate:
dialect: org.hibernate.dialect.PostgreSQL9Dialect
ddl-auto: validate
### EXTERNAL SERVICES ###
kfilippopolitis
committed
algorithmsUrl: "http://127.0.0.1:5000/algorithms"
exareme:
queryExaremeUrl: "http://127.0.0.1:9090/mining/query"
algorithmsUrl: "http://127.0.0.1:9090/mining/algorithms.json"
galaxy:
galaxyUrl: "http://127.0.0.1:8090"
galaxyContext: "nativeGalaxy/workflows/list"
galaxyApiKey: "d14a4cc5eebf805eb2ff261374ed08a2"
galaxyUsername: "admin"
galaxyPassword: "password"
auth-server-url: "https://iam.humanbrainproject.eu/auth"
resource: "mipfedqa"
use-resource-role-mappings: true
secret: "dae83a6b-c769-4186-8383-f0984c6edf05"
# Files are loaded from the resources
files:
pathologies_json: "classPath:/pathologies.json"
disabledAlgorithms_json: "classPath:/disabledAlgorithms.json"