Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cmd/config/create_config_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ type (
var (
//go:embed templates/coordinator.yaml
TemplateCoordinator string
//go:embed templates/mockorderingservice.yaml
//go:embed templates/mock-orderer.yaml
TemplateMockOrderer string
//go:embed templates/queryexecutor.yaml
//go:embed templates/query.yaml
TemplateQueryService string
//go:embed templates/sidecar.yaml
TemplateSidecar string
//go:embed templates/validatorpersister.yaml
//go:embed templates/vc.yaml
TemplateVC string
//go:embed templates/signatureverifier.yaml
//go:embed templates/verifier.yaml
TemplateVerifier string

TemplateLoadGenOnlyOrderer = templateLoadGenOnlyOrdererClient + templateLoadGenCommon
Expand Down