Skip to content

Commit d91c7bd

Browse files
committed
Updated README
1 parent b5d2aa7 commit d91c7bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ Finally, it's possible to manage the console log using the environment variables
6969

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

0 commit comments

Comments
 (0)