conf updated

This commit is contained in:
Lucio Lelii 2022-06-22 18:51:18 +02:00
parent 805b72155d
commit ce071c1f7e
5 changed files with 15 additions and 27 deletions

View File

@ -18,11 +18,11 @@ services:
# copy the sql script to create tables
# - ./sql/create_tables.sql:/docker-entrypoint-initdb.d/create_tables.sql
storagehub:
build: storagehub:latest
image: storagehub:latest
ports:
- '8081:8080'
minio:
image: minio/minio
ports:
- '9000:9000'

View File

@ -1,6 +1,4 @@
[node]
; mandatory
; optional fields: mode (=online), publication-frequency-seconds (=60), authorizeChildrenContext (=false)
mode = online
hostname = dlib29.isti.cnr.it
protocol= http
@ -10,31 +8,21 @@ authorizeChildrenContext = true
publicationFrequencyInSeconds = 60
[properties]
; not mandatory
SmartGearsDistribution = 0.0.1
SmartGearsDistribution = 4.0.0-SNAPSHOT
SmartGearsDistributionBundle = UnBundled
[site]
; mandatory
; optional fields: latitude, logitude
country = it
location = rome
;[proxy]
; not mandatory
;protocol = https
;hostname = proxy
;port = 80
[proxy]
protocol = https
hostname = workspace-repository.dev.d4science.org
port = 443
[authorization]
factory = org.gcube.smartgears.security.defaults.DefaultAuthorizationProviderFactory
endpoint = https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/token
factory.endpoint = https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/token
credentials.class = org.gcube.smartgears.security.SimpleCredentials
credentials.clientID = node-whn-test-uno-d-d4s.d4science.org
credentials.secret = 979bd3bc-5cc4-11ec-bf63-0242ac130002
;[persistence]
; not mandatory (default is LocalPersistence writing in the ghn home)
;class = utils.PersistenceWriterTest
;location = /tmp

View File

@ -59,11 +59,11 @@
<logger name="org.gcube" level="INFO" />
<logger name="org.gcube.smartgears" level="TRACE" />
<logger name="org.gcube.smartgears.handlers.application.request" level="TRACE"/>
<logger name="org.gcube.smartgears.handlers" level="TRACE"/>
<logger name="org.gcube.common.events" level="WARN" />
<logger name="org.gcube.data.publishing" level="ERROR" />
<logger name="org.gcube.documentstore" level="ERROR" />
<logger name="org.gcube.common.core.publisher.is.legacy" level="TRACE" />
<logger name="org.gcube.data.access" level="TRACE" />
<root level="WARN">

View File

@ -1,5 +1,5 @@
bucketName=storagehub-default
key=storagehub
secret=8334e0e6acb173a8f915026b1bc4c7
url=https://minio.dev.d4science.org/
bucketName=storagehub-dev
key=qa4zD0QqmcG0JZNG
secret=9jzHtOigmrprBYtPGIkh3Tq1Bago4zxL
url=https://minio.d4science.org/
createBucket=false

View File

@ -25,7 +25,7 @@ The projects leading to this software have received funding from a series of
Version
--------------------------------------------------
1.5.0-SNAPSHOT (20220615-154635)
1.5.0-SNAPSHOT (20220622-162709)
Please see the file named "changelog.xml" in this directory for the release notes.