Skip to content

Commit

Permalink
fix: set mercury as default in the initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsovvl committed Aug 24, 2023
1 parent 0455339 commit fc03e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/create_initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%{
Turbo::Train.configure do |config|
config.skip_ssl_verification = true # Development only; don't do this in production
config.default_server = # Default value is :mercure
config.default_server = :mercure # Default value is :mercure
config.server :mercure do |mercure|
mercure.mercure_domain = 'localhost'
Expand Down

0 comments on commit fc03e92

Please sign in to comment.