Add blossom.authenticated_read config setting
Docker / build-and-push-image (push) Successful in 5m16s
Docker / build-and-push-image (push) Successful in 5m16s
This commit is contained in:
+2
-1
@@ -45,7 +45,8 @@ type Config struct {
|
||||
} `toml:"management" json:"management"`
|
||||
|
||||
Blossom struct {
|
||||
Enabled bool `toml:"enabled" json:"enabled"`
|
||||
Enabled bool `toml:"enabled" json:"enabled"`
|
||||
AuthenticatedRead bool `toml:"authenticated_read" json:"authenticated_read"`
|
||||
} `toml:"blossom" json:"blossom"`
|
||||
|
||||
Livekit struct {
|
||||
|
||||
Reference in New Issue
Block a user