]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/config.rb
Merge remote-tracking branch 'upstream/pull/3279'
[rails.git] / config / initializers / config.rb
index 271bd79e7c881349f924b8d2e7b81b03d0bbf8b4..d0f8c26fc31b7f5aef6877959006d3ea9b3c9125 100644 (file)
@@ -2,7 +2,7 @@
 # Otherwise, admins might not be aware that they are now silently ignored
 # and major problems could occur
 # rubocop:disable Rails/Output, Rails/Exit
-if File.exist?(Rails.root.join("config", "application.yml"))
+if File.exist?(Rails.root.join("config/application.yml"))
   puts "The config/application.yml file is no longer supported."
   puts ""
   puts "Default settings are now found in config/settings.yml and you"
@@ -16,7 +16,7 @@ end
 # rubocop:enable Rails/Output, Rails/Exit
 
 # Allowed status values
-ALLOWED_STATUS ||= [
+ALLOWED_STATUS = [
   "online",            # online and operating normally
   "api_readonly",      # site online but API in read-only mode
   "api_offline",       # site online but API offline