update
This commit is contained in:
@@ -45,6 +45,8 @@ Rails.application.configure do
|
||||
# Suppress logger output for asset requests.
|
||||
config.assets.quiet = true
|
||||
|
||||
config.web_console.whiny_requests = false
|
||||
|
||||
# Raises error for missing translations
|
||||
# config.action_view.raise_on_missing_translations = true
|
||||
|
||||
@@ -53,5 +55,5 @@ Rails.application.configure do
|
||||
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
|
||||
|
||||
# Set Cable URL
|
||||
# config.action_cable.url = "ws://192.168.1.140:3002/cable"
|
||||
config.action_cable.url = "ws://192.168.1.39:3002/cable"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user