Skip to content

Commit

Permalink
Revert "event config"
Browse files Browse the repository at this point in the history
This reverts commit 6e914a9.
  • Loading branch information
kobergj committed Jan 20, 2023
1 parent cb2209e commit 5b5721c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions services/storage-users/pkg/revaconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ func StorageUsersConfigFromStruct(cfg *config.Config) map[string]interface{} {
"expose_data_server": cfg.ExposeDataServer,
"data_server_url": cfg.DataServerURL,
"upload_expiration": cfg.UploadExpiration,
"events": map[string]interface{}{
"nats_address": cfg.Events.Addr,
"nats_clusterid": cfg.Events.ClusterID,
"nats_enable_tls": cfg.Events.EnableTLS,
"tls_insecure": cfg.Events.TLSInsecure,
"tls_root_ca_cert": cfg.Events.TLSRootCaCertPath,
},
},
},
"interceptors": map[string]interface{}{
Expand Down

0 comments on commit 5b5721c

Please sign in to comment.