Skip to content

Commit

Permalink
fix: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbrkfxrpt committed Jun 5, 2024
1 parent ff3cb63 commit 8e45995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "peripheral_token" {
}
provider "peripheral" {
endpoint = "http://localhost:8080"
endpoint = "http://0.0.0.0:3000"
token = var.peripheral_token
}
Expand Down

0 comments on commit 8e45995

Please sign in to comment.