Update README.md for no wrapping on github pages.

This commit is contained in:
Akbar Rahman 2018-04-22 21:49:54 +01:00
parent 24512fcdb0
commit 4c3358fef2
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

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