Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Dec 5, 2023
1 parent d726729 commit f2657be
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bridge-history-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ test:
bridgehistoryapi-db-cli:
go build -o $(PWD)/build/bin/bridgehistoryapi-db-cli ./cmd/db_cli

bridgehistoryapi-cross-msg-fetcher:
go build -o $(PWD)/build/bin/bridgehistoryapi-cross-msg-fetcher ./cmd/cross_msg_fetcher
bridgehistoryapi-cross-message-fetcher:
go build -o $(PWD)/build/bin/bridgehistoryapi-cross-message-fetcher ./cmd/cross_message_fetcher

bridgehistoryapi-server:
go build -o $(PWD)/build/bin/bridgehistoryapi-server ./cmd/backend_server
Expand Down
7 changes: 7 additions & 0 deletions bridge-history-api/cmd/cross_message_fetcher/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "bridge-history-api/cmd/cross_message_fetcher/app"

func main() {
app.Run()
}
7 changes: 0 additions & 7 deletions bridge-history-api/cmd/cross_msg_fetcher/main.go

This file was deleted.

2 changes: 1 addition & 1 deletion bridge-history-api/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"GatewayRouterAddr": "0xF8B1378579659D8F7EE5f3C929c2f3E332E41Fd6"
},
"db": {
"dsn": "postgres://postgres:scroll-2023@localhost:5432/test?sslmode=disable",
"dsn": "postgres://postgres:@localhost:5432/test?sslmode=disable",
"driverName": "postgres",
"maxOpenNum": 200,
"maxIdleNum": 20
Expand Down

0 comments on commit f2657be

Please sign in to comment.