Skip to content

Commit

Permalink
chore(passport): add loopback address to default hosts list (#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
szkl authored Jun 1, 2023
1 parent 51dee61 commit f9104a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/passport/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inspector_port = 11001
local_protocol = "http"

[vars]
DEFAULT_HOSTS = ["localhost:10001"]
DEFAULT_HOSTS = ["localhost:10001", "127.0.0.1:10001"]
COOKIE_DOMAIN = "localhost"
PROFILE_APP_URL = "http://localhost:10003"
CONSOLE_APP_URL = "http://localhost:10002"
Expand Down

0 comments on commit f9104a4

Please sign in to comment.