mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Merge branch 'master' into cluster-resize
This commit is contained in:
commit
1312ddf9a2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ Pilosa uses GNU/POSIX style flags. Most flags you specify as `--flagname=value`
|
|||
|
||||
### Environment variables
|
||||
|
||||
Every command line flag has a corresponding environment variable. The environment variable is the flag name in all caps, prefxed by `PILOSA_`, and with any dashes replaced by underscores. For example: `--flag-name` becomes `PILOSA_FLAG_NAME`.
|
||||
Every command line flag has a corresponding environment variable. The environment variable is the flag name in all caps, prefixed by `PILOSA_`, and with dots and dashes replaced by underscores. For example: `--scope.flag-name` becomes `PILOSA_SCOPE_FLAG_NAME`.
|
||||
|
||||
### Config file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue