sample container fixed

This commit is contained in:
Lucio Lelii 2022-07-05 16:55:52 +02:00
parent 6611831b5e
commit 2fbedef6f6
1 changed files with 9 additions and 8 deletions

View File

@ -1,9 +1,9 @@
[node] [node]
; mandatory ; mandatory
; optional fields: mode (=online), publication-frequency-seconds (=60), authorizeChildrenContext (=false) ; optional fields: mode (=online), publication-frequency-seconds (=60), authorizeChildrenContext (=false)
mode = offline mode = online
hostname = localhost hostname = dlib29.isti.cnr.it
protocol= https protocol= http
port = 8080 port = 8080
infrastructure = gcube infrastructure = gcube
authorizeChildrenContext = true authorizeChildrenContext = true
@ -11,12 +11,11 @@ publicationFrequencyInSeconds = 60
[properties] [properties]
; not mandatory ; not mandatory
SmartGearsDistribution = ${project.version} SmartGearsDistribution = 1.0.0
SmartGearsDistributionBundle = UnBundled SmartGearsDistributionBundle = UnBundled
[site] [site]
; mandatory ; mandatory
; optional fields: latitude, logitude
country = it country = it
location = rome location = rome
@ -26,10 +25,12 @@ location = rome
;hostname = proxy ;hostname = proxy
;port = 80 ;port = 80
[authorization] [authorization]
; mandatory ; mandatory
; optional fields: provider (=org.gcube.smartgears.security.DefaultAuthorizationProvider) ; optional fields: provider factory (=org.gcube.smartgears.security.defaults.DefaultAuthorizationProviderFactory)
provider = org.gcube.smartgears.security.DefaultAuthorizationProvider factory = org.gcube.smartgears.security.defaults.DefaultAuthorizationProviderFactory
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 = testClient credentials.clientID = testClient
credentials.secret = testSecret credentials.secret = testSecret