Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
clarify purpose of env variables for configuration (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
flosell committed Jul 24, 2015
1 parent a6a94fb commit 804a63a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ All configuration is handled through environment variables (this lends itself we

## Framework Runtime Configuration

The following environment variables can be used to configure how the framework will operate.
The following environment variables can be used to bootstrap the configuration of the framework. After first run, configuration is read from the framework state in Zookeeper to be consistent across restarts.

```bash
# name of the cassandra cluster, this will be part of the framework name in Mesos
CASSANDRA_CLUSTER_NAME=dev-cluster
Expand Down

0 comments on commit 804a63a

Please sign in to comment.