We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72975e6 commit 97d2fd7Copy full SHA for 97d2fd7
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