Skip to content

Commit

Permalink
Defaults missing
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Apr 24, 2024
1 parent 67f3c76 commit e3939df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/cfg/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ func (c *Config) setDefaults() {
v.SetDefault("instance.osgi.bundle.install.start_level", 20)
v.SetDefault("instance.osgi.bundle.install.refresh_packages", true)

v.SetDefault("instance.osgi.bundle.snapshot_install_skipping", true)
v.SetDefault("instance.osgi.bundle.snapshot_ignored", false)
v.SetDefault("instance.osgi.bundle.snapshot_patterns", []string{"**/*-SNAPSHOT.jar"})

v.SetDefault("instance.ssl.setup_timeout", time.Second*30)

v.SetDefault("instance.crypto.key_bundle_symbolic_name", "com.adobe.granite.crypto.file")
Expand Down

0 comments on commit e3939df

Please sign in to comment.