Skip to content

Commit 8772cc6

Browse files
committed
Switch from https to ffdx
Signed-off-by: Gabriel Indik <gabriel.indik@kaleido.io>
1 parent 00fda51 commit 8772cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ func Reset() {
307307
viper.SetDefault(string(CorsAllowedOrigins), []string{"*"})
308308
viper.SetDefault(string(CorsEnabled), true)
309309
viper.SetDefault(string(CorsMaxAge), 600)
310-
viper.SetDefault(string(DataexchangeType), "https")
310+
viper.SetDefault(string(DataexchangeType), "ffdx")
311311
viper.SetDefault(string(DebugPort), -1)
312312
viper.SetDefault(string(EventAggregatorFirstEvent), fftypes.SubOptsFirstEventOldest)
313313
viper.SetDefault(string(EventAggregatorBatchSize), 50)

0 commit comments

Comments
 (0)