Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Mar 2, 2024
1 parent 14280b3 commit 5e377cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/initipfs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ type ApiResponse struct {
func main() {
internalPathPtr := flag.String("internal", "/internal", "Path to the internal disk")
externalPathPtr := flag.String("external", "/uniondrive", "Path to the external disk")
sourceIpfsConfigPtr := flag.String("sourceIpfs", "/internal/ipfs_config", "Path to default ipfs config")
sourceIpfsConfigPtr := flag.String("defaultIpfsConfig", "/internal/ipfs_config", "Path to default ipfs config")
apiIpAddrPtr := flag.String("apiIp", "0.0.0.0", "Defalut address for listening to api. If running outside of docker change it to 127.0.0.1")
// Parse flags
flag.Parse()
Expand Down

0 comments on commit 5e377cb

Please sign in to comment.