Skip to content

Commit ffbf308

Browse files
committed
Add --host to README.md
1 parent dcbcfe1 commit ffbf308

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ In the steps below, "ClientID" is the same as "Application ID" or "AppId".
135135
$ pip install -r requirements.txt
136136
```
137137

138-
Run app.py from shell or command line. Note that the port needs to match what you've set up in your redirect_uri:
138+
Run app.py from shell or command line. Note that the host and port values need to match what you've set up in your redirect_uri:
139+
139140
```Shell
140-
$ flask run --port 5000
141+
$ flask run --host localhost --port 5000
141142
```
142143

143144
## Community Help and Support

README_B2C.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Configure the pythonwebapp project by making the following changes.
9696

9797
## Enable authentication
9898

99-
Run app.py from shell or command line. Note that the port needs to match what you've set up in your **Redirect URI**:
99+
Run app.py from shell or command line. Note that the host and port values need to match what you've set up in your **Redirect URI**:
100100

101101
```Shell
102102
$ flask run --host localhost --port 5000

0 commit comments

Comments
 (0)