Skip to content

Commit

Permalink
rename conduit config templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeph Grunschlag committed Sep 6, 2023
1 parent 00ddd92 commit 7b6041c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/block-generator/runner/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ import (
"github.com/algorand/go-algorand/tools/block-generator/util"
)

//go:embed template/conduit_pg.yml.tmpl
//go:embed template/conduit_pg_exporter.tmpl
var conduitPostgresConfigTmpl string

//go:embed template/conduit_fe.yml.tmpl
//go:embed template/conduit_file_exporter.tmpl
var conduitFileExporterConfigTmpl string

const pad = " "
Expand Down

0 comments on commit 7b6041c

Please sign in to comment.