mirror of
https://github.com/hubHarmony/servii-backend.git
synced 2024-11-17 21:40:31 +00:00
[+] Parameters description
This commit is contained in:
parent
4daf2ed654
commit
65e36ba9d9
@ -43,6 +43,9 @@ pip install -r requirements.txt
|
|||||||
#### Launch !
|
#### Launch !
|
||||||
```bash
|
```bash
|
||||||
gunicorn -w 4 -b 0.0.0.0:3000 app:app
|
gunicorn -w 4 -b 0.0.0.0:3000 app:app
|
||||||
|
|
||||||
|
//You may also mention parameters like this.
|
||||||
|
gunicorn -w 4 -b 0.0.0.0:3000 app:app --interval 20
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user