Skip to content

Commit

Permalink
Remove useless comments, fix you config
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSerikov committed Oct 27, 2020
1 parent 3bebb01 commit f68f1f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions cmd/compiler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ func main() {
logger.Fatal(err)
}

fmt.Println("db:", cfg.DB)
fmt.Println("mq:", cfg.RabbitMQ)
fmt.Println("es:", cfg.Elastic)

if cfg.Compiler.SentryEnabled {
helpers.InitSentry(cfg.Sentry.Debug, cfg.Sentry.Environment, cfg.Sentry.URI)
helpers.SetTagSentry("project", cfg.Compiler.ProjectName)
Expand Down
2 changes: 1 addition & 1 deletion configs/you.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rpc:
uri: https://mainnet-tezos.giganode.io
timeout: 20
delphinet:
uri: https://rpc.tzkt.io/delphinet
uri: https://delphinet-tezos.giganode.io
timeout: 20
dalphanet:
uri: https://rpc.tzkt.io/dalphanet
Expand Down

0 comments on commit f68f1f4

Please sign in to comment.