Skip to content

Commit

Permalink
Remove defaults, ISSUE-952
Browse files Browse the repository at this point in the history
  • Loading branch information
abador committed May 27, 2022
1 parent 0580b63 commit c011208
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/driver.go
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"os"
"testing"
"time"

"github.com/ory/kratos/corp"

Expand Down Expand Up @@ -46,8 +45,6 @@ func NewConfigurationWithDefaults(t *testing.T) *config.Config {
config.ViperKeyCourierSMTPURL: "smtp://foo:bar@baz.com/",
config.ViperKeySelfServiceBrowserDefaultReturnTo: "https://www.ory.sh/redirect-not-set",
config.ViperKeySecretsCipher: []string{"secret-thirty-two-character-long"},
config.ViperKeyDatabaseCleanupSleepTables: 1 * time.Minute,
config.ViperKeyDatabaseCleanupBatchSize: 100,
}),
configx.SkipValidation(),
)
Expand Down

0 comments on commit c011208

Please sign in to comment.