mirror of
https://github.com/alvierahman90/uploadr.git
synced 2025-10-13 07:54:23 +00:00
Update README.md for no wrapping on github pages.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user