added env variable to overwrite seeding seed when in competition mode
This commit is contained in:
parent
765336231b
commit
be9a5c9f19
2 changed files with 11 additions and 3 deletions
|
@ -19,6 +19,7 @@ pip install sphinx-rtd-theme
|
|||
+ `DEBUG`, default="0", If set to != "0" (default), debug prints will be enabled
|
||||
+ `API_URL`, default="http://localhost:5000/"
|
||||
+ `API_FORCE`, default="", if set to !="" (default), it will replace the API_URL env variable
|
||||
+ `FORCE_SEED`, default="-1", if set to !="-1" (default), the seeding seed supplied by the user will be ignored and this seed will be used instead
|
||||
|
||||
# Stream Video
|
||||
|
||||
|
|
Reference in a new issue