Updated readme

pull/6/head
Hailey Clark 5 years ago
parent 7e2c46b954
commit 3c1a002a20
  1. 2
      README.md
  2. 2
      smsproj.py

@ -9,6 +9,6 @@ This requires a flowroute account. It uses google to authenticate. But I might a
# App Server # App Server
App runs via the following command. App runs via the following command.
> gunicorn3 app:app > gunicorn3 smsproj:app
This will run and listen on a port, probably port 8000 as its default as a daemon. This will run and listen on a port, probably port 8000 as its default as a daemon.

@ -233,6 +233,6 @@ def about():
if __name__ == '__main__': if __name__ == '__main__':
app.run( app.run(
host="127.0.0.1", host="0.0.0.0",
port=int("8890") port=int("8890")
) )

Loading…
Cancel
Save