Skip to content

Commit 3842100

Browse files
Merge staging into master
2 parents 3fc9cbe + 97d2fd7 commit 3842100

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

config/environments/euros.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
require File.expand_path('production.rb', __dir__)
2+
3+
Rails.application.configure do
4+
# Only override production when applicable
5+
# Keep in mind that euros should reflect production as close as possible
6+
end

config/environments/luxproduction.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
Rails.application.configure do
44
# Only override production when applicable
5-
# Keep in mind that staging should reflect production as close as possible
5+
# Keep in mind that luxproduction should reflect production as close as possible
66
end

0 commit comments

Comments
 (0)