Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix: remove unnecessary lotus CLI arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Nov 7, 2023
1 parent 0ec7861 commit e3f754a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
14 changes: 0 additions & 14 deletions cmd/motion/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,6 @@ func main() {
DefaultText: "No deals are made to replicate data onto storage providers.",
EnvVars: []string{"MOTION_STORAGE_PROVIDERS"},
},
&cli.StringFlag{
Name: "lotusApi",
Category: "Lotus",
Usage: "Lotus RPC API endpoint",
Value: "https://api.node.glif.io/rpc/v1",
EnvVars: []string{"LOTUS_API"},
},
&cli.StringFlag{
Name: "lotusToken",
Category: "Lotus",
Usage: "Lotus RPC API token",
Value: "",
EnvVars: []string{"LOTUS_TOKEN"},
},
&cli.BoolFlag{
Name: "lotus-test",
Category: "Lotus",
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ services:
environment:
- MOTION_STORE_DIR=/usr/src/app/storage
- LOTUS_TEST
- LOTUS_API
- LOTUS_TOKEN
- MOTION_STORAGE_PROVIDERS
- MOTION_PRICE_PER_GIB_EPOCH
- MOTION_PRICE_PER_GIB
Expand Down
2 changes: 0 additions & 2 deletions integration/test/motionlarity/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ services:
environment:
- MOTION_STORE_DIR=/usr/src/app/storage
- LOTUS_TEST
- LOTUS_API
- LOTUS_TOKEN
- MOTION_STORAGE_PROVIDERS
- MOTION_PRICE_PER_GIB_EPOCH
- MOTION_PRICE_PER_GIB
Expand Down

0 comments on commit e3f754a

Please sign in to comment.