Skip to content

Commit

Permalink
Update AzureConfiguration.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettn4 committed Nov 14, 2024
1 parent 967cd61 commit 6d981cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import net.ceedubs.ficus.Ficus._

object AzureConfiguration {
private val conf = ConfigFactory.load().getConfig("azure")
val azureEnvironment = AzureEnvironmentConverter.fromString(conf.as[Option[String]]("azure-environment").getOrElse("AZURE"))
val azureEnvironment =
AzureEnvironmentConverter.fromString(conf.as[Option[String]]("azure-environment").getOrElse("AZURE"))
val azureTokenScopeManagement = conf.as[String]("token-scope-management")
}

Expand Down

0 comments on commit 6d981cc

Please sign in to comment.