Skip to content

Commit 97d2fd7

Browse files
authored
Generate a euros configuration file (#1148)
* generate a production file * change the comments
1 parent 72975e6 commit 97d2fd7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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)