smartgears-distribution/distro/contents/samplecontainer.ini

41 lines
1.1 KiB
INI
Raw Normal View History

2022-04-20 16:29:44 +02:00
[node]
; mandatory
2022-07-05 17:20:25 +02:00
; optional fields: mode (=online), publicationFrequencyInSeconds (=60), authorizeChildrenContext (=false)
2022-07-05 17:19:38 +02:00
mode = offline
2022-07-05 17:19:15 +02:00
hostname = localhost
protocol = http
2022-04-20 16:29:44 +02:00
port = 8080
infrastructure = gcube
authorizeChildrenContext = true
publicationFrequencyInSeconds = 60
[properties]
; not mandatory
2022-07-07 10:50:14 +02:00
SmartGearsDistribution = ${project.version}
2022-07-05 16:29:42 +02:00
SmartGearsDistributionBundle = UnBundled
2022-04-20 16:29:44 +02:00
[site]
; mandatory
country = it
location = rome
;[proxy]
; not mandatory
;protocol = https
;hostname = proxy
;port = 80
2022-07-05 16:55:52 +02:00
2022-04-20 16:29:44 +02:00
[authorization]
; mandatory
2022-07-05 16:55:52 +02:00
; 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
2022-04-20 16:29:44 +02:00
credentials.class = org.gcube.smartgears.security.SimpleCredentials
credentials.clientID = testClient
credentials.secret = testSecret
;[persistence]
; not mandatory (default is LocalPersistence writing in the ghn home)
;class = utils.PersistenceWriterTest
2022-07-05 16:55:52 +02:00
;location = /tmp