We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fc9cbe + 97d2fd7 commit 3842100Copy full SHA for 3842100
2 files changed
config/environments/euros.rb
@@ -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
@@ -2,5 +2,5 @@
Rails.application.configure do
# Only override production when applicable
- # Keep in mind that staging should reflect production as close as possible
+ # Keep in mind that luxproduction should reflect production as close as possible
end
0 commit comments