Skip to content

Commit

Permalink
chore(SPV-750): revert config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed May 22, 2024
1 parent b41ea3e commit 192a197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func getDbDefaults() *DbConfig {

func getLoggingDefaults() *LoggingConfig {
return &LoggingConfig{
Level: "debug",
Level: "info",
Format: "console",
InstanceName: "spv-wallet",
LogOrigin: false,
Expand Down Expand Up @@ -152,7 +152,7 @@ func getPaymailDefaults() *PaymailConfig {
BlockHeaderServiceAuthToken: "mQZQ6WmxURxWz5ch", // #nosec G101
},
DefaultFromPaymail: "from@domain.com",
Domains: []string{"localhost", "pawel.4chain.space"},
Domains: []string{"localhost"},
DomainValidationEnabled: true,
SenderValidationEnabled: false,
}
Expand Down Expand Up @@ -181,6 +181,6 @@ func getMetricsDefaults() *MetricsConfig {

func getExperimentalFeaturesConfig() *ExperimentalConfig {
return &ExperimentalConfig{
PikeEnabled: true,
PikeEnabled: false,
}
}

0 comments on commit 192a197

Please sign in to comment.