@ConfigurationProperties(value = "gropius.core")
data class GropiusCoreConfigurationProperties(val allowedAvatarUrlPrefixes: List<String> = emptyList(), val createIndicesOnStartup: Boolean = true)

Configuration properties for the core module

Parameters

allowedAvatarUrlPrefixes

a list of allowed prefixes for avatar urls

createIndicesOnStartup

if true, indices will be created on startup

Constructors

Link copied to clipboard
constructor(allowedAvatarUrlPrefixes: List<String> = emptyList(), createIndicesOnStartup: Boolean = true)

Properties