Skip to content

Commit

Permalink
Update automatix configuration parameters
Browse files Browse the repository at this point in the history
`set_metadata` defaults to True
Mention `sites` as depcrecated/legacy
Add `rses` option

Fixed other automatix configuration values
  • Loading branch information
d-ylee authored and bari12 committed Jun 6, 2024
1 parent 39228a8 commit 3e1c25b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/operator/configuration_parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,14 +457,15 @@ a setting already specified in the Configuration File.
### Options and Defaults
#### **automatix**
- **account**: _(Optional)_ Account to use. Default: `root`.
- **dataset_lifetime**: _(Optional)_. Default: `None`.
- **dataset_lifetime**: _(Optional)_. Default: `0`.
- **did_prefix**: _(Optional)_ <!--??--> Default: ` `.
- ***DIDTYPE*\_pattern**: _(Optional)_ Separated by `separator` char. No
default.
- **scope**: _(Optional)_ Default: `False`.
- **rses**: Separated by commas.
- **scope**: _(Optional)_ Default: `test`.
- **separator**: _(Optional)_ Separator char. No default.
- **set_metadata**: _(Optional)_ <!--??--> Default: `False`.
- **sites**: Separated by commas.
- **set_metadata**: _(Optional)_ <!--??--> Default: `True`.
- **sites**: Separated by commas _(to be deprecated, please use `rses`)_.
- **sleep_time**: _(Optional)_ Integer. Default: `30`.
#### **clientcachemap**
- ***client_location['site']*** <!--??-->
Expand Down

0 comments on commit 3e1c25b

Please sign in to comment.