From cf634e22ff0b1132e29c96b7225eedf91479f065 Mon Sep 17 00:00:00 2001 From: Alex Thomas <133699417+alex-thomas-aerospike@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:34:59 -0700 Subject: [PATCH] AT-APPS-1205 describe flags (#188) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9e01670f..8ccf26fe 100644 --- a/README.md +++ b/README.md @@ -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: