sample container fixed
This commit is contained in:
parent
6611831b5e
commit
2fbedef6f6
|
@ -1,9 +1,9 @@
|
|||
[node]
|
||||
; mandatory
|
||||
; optional fields: mode (=online), publication-frequency-seconds (=60), authorizeChildrenContext (=false)
|
||||
mode = offline
|
||||
hostname = localhost
|
||||
protocol= https
|
||||
mode = online
|
||||
hostname = dlib29.isti.cnr.it
|
||||
protocol= http
|
||||
port = 8080
|
||||
infrastructure = gcube
|
||||
authorizeChildrenContext = true
|
||||
|
@ -11,12 +11,11 @@ publicationFrequencyInSeconds = 60
|
|||
|
||||
[properties]
|
||||
; not mandatory
|
||||
SmartGearsDistribution = ${project.version}
|
||||
SmartGearsDistribution = 1.0.0
|
||||
SmartGearsDistributionBundle = UnBundled
|
||||
|
||||
[site]
|
||||
; mandatory
|
||||
; optional fields: latitude, logitude
|
||||
country = it
|
||||
location = rome
|
||||
|
||||
|
@ -26,10 +25,12 @@ location = rome
|
|||
;hostname = proxy
|
||||
;port = 80
|
||||
|
||||
|
||||
[authorization]
|
||||
; mandatory
|
||||
; optional fields: provider (=org.gcube.smartgears.security.DefaultAuthorizationProvider)
|
||||
provider = org.gcube.smartgears.security.DefaultAuthorizationProvider
|
||||
; optional fields: provider factory (=org.gcube.smartgears.security.defaults.DefaultAuthorizationProviderFactory)
|
||||
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.clientID = testClient
|
||||
credentials.secret = testSecret
|
||||
|
@ -37,4 +38,4 @@ credentials.secret = testSecret
|
|||
;[persistence]
|
||||
; not mandatory (default is LocalPersistence writing in the ghn home)
|
||||
;class = utils.PersistenceWriterTest
|
||||
;location = /tmp
|
||||
;location = /tmp
|
Loading…
Reference in New Issue