From 5bda39f8eb93232a5d592d943eea72c6bf0f5d59 Mon Sep 17 00:00:00 2001 From: gbolo Date: Sat, 9 Mar 2019 17:13:26 -0500 Subject: [PATCH] minor corrections to README and sample config --- README.md | 4 ++-- testdata/sampleconfig/power-toggle-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0def8f2..82d2793 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/testdata/sampleconfig/power-toggle-config.yaml b/testdata/sampleconfig/power-toggle-config.yaml index 4720607..cdb021e 100644 --- a/testdata/sampleconfig/power-toggle-config.yaml +++ b/testdata/sampleconfig/power-toggle-config.yaml @@ -104,4 +104,4 @@ log_level: DEBUG # experimental features, currently include billing stats experimental: - enabled: true \ No newline at end of file + enabled: false