Skip to content

Commit 34159cb

Browse files
committed
chore/Update default electricity unit rate [CP-1074]
Default unit rate for the energy appliance calculator will change to 27.69 pence per kWh from around 1st January. See jira ticket.
1 parent e1514c6 commit 34159cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ class Application < Rails::Application
7777

7878
config.session_store :disabled
7979

80-
config.x.default_unit_rate = 26.35
80+
config.x.default_unit_rate = 27.69
8181
end
8282
end

0 commit comments

Comments
 (0)