Skip to content

Commit

Permalink
function to get default settings akka#3253
Browse files Browse the repository at this point in the history
  • Loading branch information
sfali committed Aug 24, 2024
1 parent dcc9c21 commit 582edb3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ object StorageAttributes {
* Config path which will be used to resolve required AzureStorage settings
*/
def settingsPath(path: String): Attributes = Attributes(StorageSettingsPath(path))

/**
* Default settings
*/
def defaultSettings: Attributes = Attributes(StorageSettingsPath.Default)
}

final class StorageSettingsPath private (val path: String) extends Attribute
Expand Down

0 comments on commit 582edb3

Please sign in to comment.