Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreVale69 committed Mar 2, 2024
1 parent b5d2aa7 commit d91c7bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Finally, it's possible to manage the console log using the environment variables

To run the website, in addition to the environment variables specified in the [Simulator](#simulator) section,
you need to specify:
- HOST: Host IP used to serve the application.
- PORT: Port used to serve the application.
- (optional) PROXY: If this application will be served to a different URL via a proxy configured outside of Python,
- `HOST`: Host IP used to serve the application.
- `PORT`: Port used to serve the application.
- (optional) `PROXY`: If this application will be served to a different URL via a proxy configured outside of Python,
you can list it here as a string of the form `{input}::{output}`, for example:
`http://0.0.0.0:8050::https://my.domain.com`
so that the startup message will display an accurate URL.
Expand Down

0 comments on commit d91c7bd

Please sign in to comment.