mirror of
https://github.com/alvierahman90/uploadr.git
synced 2025-01-12 02:04:20 +00:00
Update README.md for no wrapping on github pages.
This commit is contained in:
parent
4c3358fef2
commit
a5af177bd2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user