41 lines
1.1 KiB
INI
41 lines
1.1 KiB
INI
|
[node]
|
||
|
; mandatory
|
||
|
; optional fields: mode (=online), publication-frequency-seconds (=60), authorizeChildrenContext (=false)
|
||
|
mode = online
|
||
|
hostname = dlib29.isti.cnr.it
|
||
|
protocol= http
|
||
|
port = 8080
|
||
|
infrastructure = gcube
|
||
|
authorizeChildrenContext = true
|
||
|
publicationFrequencyInSeconds = 60
|
||
|
|
||
|
[properties]
|
||
|
; not mandatory
|
||
|
SmartGearsDistribution = 0.0.1
|
||
|
SmartGearsDistributionBundle = UnBundled
|
||
|
|
||
|
[site]
|
||
|
; mandatory
|
||
|
; optional fields: latitude, logitude
|
||
|
country = it
|
||
|
location = rome
|
||
|
|
||
|
;[proxy]
|
||
|
; not mandatory
|
||
|
;protocol = https
|
||
|
;hostname = proxy
|
||
|
;port = 80
|
||
|
|
||
|
[authorization]
|
||
|
factory = org.gcube.smartgears.security.defaults.DefaultAuthorizationProviderFactory
|
||
|
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
|