Add demo function to site settings
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
17
site_settings.md
Normal file
17
site_settings.md
Normal file
@@ -0,0 +1,17 @@
|
||||
Configuring aspects of the hosted ALVINN PWA is done through the `conf.yaml` file in the `conf` folder.
|
||||
Settings are divided into the top level categories: `site`, `external`.
|
||||
### Site settings
|
||||
Site settings configure aspects of this specific ALVINN instance.
|
||||
| name | description | default |
|
||||
| --- | --- | --- |
|
||||
| agreeExpire | number of months before users are shown the site agreement dialog again | 3 |
|
||||
| demo | set to true to enable demo mode by default | false
|
||||
| regions | array of regions names to enable | [thorax, abdomen, limbs, head] |
|
||||
| useExternal | set to true to enable use of external detection server by default | false |
|
||||
|
||||
### External settings
|
||||
ALVINN can use an external object detection server instead of the built in models; settings for that external server are configured here.
|
||||
| name | description | default |
|
||||
| --- | --- | --- |
|
||||
| address | ip or url of external server | *none* |
|
||||
| port | port to access on external server | 9001 |
|
||||
Reference in New Issue
Block a user