Skip to content

Commit

Permalink
Merge pull request #941 from moneyadviceservice/features-yaml
Browse files Browse the repository at this point in the history
Fix #937 - Add a features sample file
  • Loading branch information
tomas-stefano committed Mar 9, 2015
2 parents 9b800ae + 0a6441b commit 6335c3b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,12 @@ Setup the database:
bundle exec rake db:create && bundle exec rake db:schema:load
```

Copy the features.yml.sample to the config dir:

```sh
cp config/features.yml.sample config/features.yml
```

## Usage

To start the application:
Expand Down
27 changes: 27 additions & 0 deletions config/features.yml.sample
@@ -0,0 +1,27 @@
features:
accessibility_link: true
accessibility_statement: true
annuities_landing_page: true
budget_planner: true
callback_requester: false
car_cost_tool: true
chat: true
debt_advice_locator: true
debt_free_day_calculator: true
health_check: true
interest_rate_campaign: true
latest_blog_post_links: true
mortgage_calculator: true
pensions_lump_sum: true
registration: true
related_links: true
reset_passwords: true
savings_calculator: true
settings: true
sign_in: true
profile: true
improvements: true
popular_links: true
rio: true
agreements: true
timelines: true

0 comments on commit 6335c3b

Please sign in to comment.