Skip to content

Commit

Permalink
edit IP to local
Browse files Browse the repository at this point in the history
  • Loading branch information
vazw committed Aug 23, 2024
1 parent c47a877 commit bcc0e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ style-file = "style/output.css"
# Optional. Env: LEPTOS_ASSETS_DIR.
assets-dir = "assets"
# The IP and port (ex: 127.0.0.1:3000) where the server serves the content. Use it in your server setup.
site-addr = "127.0.0.1:8008"
site-addr = "0.0.0.0:8000"
# The port to use for automatic reload monitoring
reload-port = 3001
# [Optional] Command to use when running end2end tests. It will run in the end2end dir.
Expand Down

0 comments on commit bcc0e39

Please sign in to comment.