mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-26 15:36:33 -06:00
build fixes
This commit is contained in:
parent
b7967bd0c3
commit
3f607e0e8d
@ -28,6 +28,7 @@ Each of these provides an place for a user to specify the behavior of NoSQLBench
|
||||
* In YAML template variables, `<<name:value>>` or `TEMPLATE(name,value)` are supported
|
||||
* In HTTP driver URl patterns, `E[[...]]` is taken as a URL-Encoded section.
|
||||
|
||||
|
||||
All of these are different types of indirection, and should be distinct in some cases. Yet, there is room for simplification.
|
||||
|
||||
## Conventions
|
||||
@ -49,4 +50,11 @@ users.
|
||||
|
||||
You should be able to turn some methods on or off, like environment variables.
|
||||
|
||||
## Proposed Universal Form
|
||||
|
||||
- `${{<varname>}}`
|
||||
- `${{<provider>:<varname>}}`
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user