Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update port in README
  • Loading branch information
cmyui committed Jan 19, 2022
1 parent 285c180 commit df62251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -62,9 +62,9 @@ sudo nginx -s reload
cp ext/config.sample.py config.py
nano config.py

# Run guweb.
python3.9 main.py # Run directly to access debug features for development! (Port 5000)
hypercorn main.py # Please run guweb with hypercorn when in production! It will improve performance drastically by disabling all of the debug features a developer would need! (Port 8000)
# Run guweb (on port 8000).
python3.9 main.py # Run directly to access debug features for development!
hypercorn main.py # Please run guweb with hypercorn when in production! It will improve performance drastically by disabling all of the debug features a developer would need!
```

Directory Structure
Expand Down

0 comments on commit df62251

Please sign in to comment.