Skip to content

Commit

Permalink
AT-APPS-1205 describe flags (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-thomas-aerospike authored Jun 17, 2024
1 parent 2d7c596 commit cf634e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ Flags:
-v, --version version for Use
```

Set the configuration file path with `-c`.

Without the `-r` flag, the file specified after `-c` is the actual configuration file.
With the `-r` flag, the file specified after `-c` contains the path or URL to the actual configuration file.

For example, you may store your configurations remotely, such as on AWS S3 storage.
In this case, you could have a remote_config.yaml file containing S3 details, and you would run the server with `-c remote_config.yaml -r`.


### Run

Run as a binary using a configuration file:
Expand Down

0 comments on commit cf634e2

Please sign in to comment.