Skip to content

Commit

Permalink
minor corrections to README and sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolo committed Mar 9, 2019
1 parent 0e0a161 commit 5bda39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ if you would like to add/remove/change any of the fake inventory, then modify th
Certain features in the project are experimental and subject to further enhancements.
Current experimental features include:

* Display billing stats per env (money used/saved)
* Display billing stats: This feature displays the estimated total cost of all instances in each env. **Counter will reset upon application restarts**

To enable experimental features:
```
# set env variable POWER_TOGGLE_EXPERIMENTAL_ENABLED to true (or change experimental.enabled in config file):
export POWER_TOGGLE_EXPERIMENTAL_ENABLED = true
export POWER_TOGGLE_EXPERIMENTAL_ENABLED=true
```
2 changes: 1 addition & 1 deletion testdata/sampleconfig/power-toggle-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ log_level: DEBUG

# experimental features, currently include billing stats
experimental:
enabled: true
enabled: false

0 comments on commit 5bda39f

Please sign in to comment.