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

Commit

Permalink
Merge pull request #123 from flosell/issue-122-improve-documentation
Browse files Browse the repository at this point in the history
clarify purpose of env variables for configuration
  • Loading branch information
BenWhitehead committed Jul 24, 2015
2 parents a6a94fb + 804a63a commit c78c7e7
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 c78c7e7

Please sign in to comment.