You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If that fails to load, try explicitly overriding the :config in the options hash. In your API code:
classMyServer < Goliath::API# You are given this method to override and make changes to,# or add additional server optionsdefoptions_parser(opts,options)options[:config]='/full/path_to/config/my_server_config.rb'endend
That should get you up and running with a customized config.
When using another config file than the default (via the --config for example), the file is not loaded in the console.
The text was updated successfully, but these errors were encountered: