Skip to content

Commit

Permalink
Update Settings.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 4, 2023
1 parent ddfcdce commit d97981c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ object Settings {
case "test_case" => settings.copy(testCase = value)
case "use_tls" => settings.copy(useTls = value.toBoolean)
case "use_test_ca" => settings.copy(useTestCa = value.toBoolean)
case "use_pekkoHttp" => settings.copy(usePekkoHttp = value.toBoolean)
case "use_pekkoHttp" => settings.copy(usePekkoHttp = value.toBoolean)
case "default_service_account" => settings.copy(defaultServiceAccount = value)
case "service_account_key_file" => settings.copy(serviceAccountKeyFile = value)
case "oauth_scope" => settings.copy(oauthScope = value)
Expand Down

0 comments on commit d97981c

Please sign in to comment.