Update README.md for no wrapping on github pages.

This commit is contained in:
Alvie Rahman 2018-04-22 21:58:46 +01:00 committed by GitHub
parent 4c3358fef2
commit a5af177bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ gunicorn. Here is an example below:
class uploadr:
domain = "example.com"
port = 8005
uploads = '/home/dannydevito/uploads' # where uploaded files will be stored
qrcodes = '/home/dannydevito/qrcodes' # where generated qr codes will be stored
uploads = '/home/dannydevito/uploads' # uploaded files will be stored
qrcodes = '/home/dannydevito/qrcodes' # qr codes will be stored
# gunicorn
bind = "0.0.0.0:" + uploadr.port