conf updated
This commit is contained in:
parent
805b72155d
commit
ce071c1f7e
|
@ -18,7 +18,7 @@ services:
|
||||||
# copy the sql script to create tables
|
# copy the sql script to create tables
|
||||||
# - ./sql/create_tables.sql:/docker-entrypoint-initdb.d/create_tables.sql
|
# - ./sql/create_tables.sql:/docker-entrypoint-initdb.d/create_tables.sql
|
||||||
storagehub:
|
storagehub:
|
||||||
build: storagehub:latest
|
image: storagehub:latest
|
||||||
ports:
|
ports:
|
||||||
- '8081:8080'
|
- '8081:8080'
|
||||||
minio:
|
minio:
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
[node]
|
[node]
|
||||||
; mandatory
|
|
||||||
; optional fields: mode (=online), publication-frequency-seconds (=60), authorizeChildrenContext (=false)
|
|
||||||
mode = online
|
mode = online
|
||||||
hostname = dlib29.isti.cnr.it
|
hostname = dlib29.isti.cnr.it
|
||||||
protocol= http
|
protocol= http
|
||||||
|
@ -10,31 +8,21 @@ authorizeChildrenContext = true
|
||||||
publicationFrequencyInSeconds = 60
|
publicationFrequencyInSeconds = 60
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
; not mandatory
|
SmartGearsDistribution = 4.0.0-SNAPSHOT
|
||||||
SmartGearsDistribution = 0.0.1
|
|
||||||
SmartGearsDistributionBundle = UnBundled
|
SmartGearsDistributionBundle = UnBundled
|
||||||
|
|
||||||
[site]
|
[site]
|
||||||
; mandatory
|
|
||||||
; optional fields: latitude, logitude
|
|
||||||
country = it
|
country = it
|
||||||
location = rome
|
location = rome
|
||||||
|
|
||||||
;[proxy]
|
[proxy]
|
||||||
; not mandatory
|
protocol = https
|
||||||
;protocol = https
|
hostname = workspace-repository.dev.d4science.org
|
||||||
;hostname = proxy
|
port = 443
|
||||||
;port = 80
|
|
||||||
|
|
||||||
[authorization]
|
[authorization]
|
||||||
factory = org.gcube.smartgears.security.defaults.DefaultAuthorizationProviderFactory
|
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.class = org.gcube.smartgears.security.SimpleCredentials
|
||||||
credentials.clientID = node-whn-test-uno-d-d4s.d4science.org
|
credentials.clientID = node-whn-test-uno-d-d4s.d4science.org
|
||||||
credentials.secret = 979bd3bc-5cc4-11ec-bf63-0242ac130002
|
credentials.secret = 979bd3bc-5cc4-11ec-bf63-0242ac130002
|
||||||
|
|
||||||
|
|
||||||
;[persistence]
|
|
||||||
; not mandatory (default is LocalPersistence writing in the ghn home)
|
|
||||||
;class = utils.PersistenceWriterTest
|
|
||||||
;location = /tmp
|
|
||||||
|
|
|
@ -59,11 +59,11 @@
|
||||||
|
|
||||||
<logger name="org.gcube" level="INFO" />
|
<logger name="org.gcube" level="INFO" />
|
||||||
<logger name="org.gcube.smartgears" level="TRACE" />
|
<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.common.events" level="WARN" />
|
||||||
<logger name="org.gcube.data.publishing" level="ERROR" />
|
<logger name="org.gcube.data.publishing" level="ERROR" />
|
||||||
<logger name="org.gcube.documentstore" 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" />
|
<logger name="org.gcube.data.access" level="TRACE" />
|
||||||
|
|
||||||
<root level="WARN">
|
<root level="WARN">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bucketName=storagehub-default
|
bucketName=storagehub-dev
|
||||||
key=storagehub
|
key=qa4zD0QqmcG0JZNG
|
||||||
secret=8334e0e6acb173a8f915026b1bc4c7
|
secret=9jzHtOigmrprBYtPGIkh3Tq1Bago4zxL
|
||||||
url=https://minio.dev.d4science.org/
|
url=https://minio.d4science.org/
|
||||||
createBucket=false
|
createBucket=false
|
|
@ -25,7 +25,7 @@ The projects leading to this software have received funding from a series of
|
||||||
Version
|
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.
|
Please see the file named "changelog.xml" in this directory for the release notes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue