Skip to content

Commit

Permalink
fix: use correct gateway config file in justfile (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlflint authored Sep 27, 2024
1 parent 999cc50 commit a91d636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ all: check fmt lint test

run-gateway port="8080" backend_port="8081":
RUST_LOG=hello_tracing_gateway=debug,info \
CONFIG_FILE=hello-tracing-backend/config.yaml \
CONFIG_FILE=hello-tracing-gateway/config.yaml \
APP__API__PORT={{port}} \
APP__BACKEND__ENDPOINT=http://localhost:{{backend_port}} \
cargo run -p hello-tracing-gateway
Expand Down

0 comments on commit a91d636

Please sign in to comment.