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
I tried running goliath with bin/my-server --config ~/goliath_config.rb but the setting is not picked up. I know for sure the file is loaded, but it doesn't look like the settings in it do anything:
port = 5151
pid = "#{ENV['HOME']}/my-server.pid"
environment :production do
daemonize = true
end
environment :development do
daemonize = false
end
Port remains the default 9000 no pid is created. Any ideas what can I be doing wrong?
The text was updated successfully, but these errors were encountered:
I tried running goliath with
bin/my-server --config ~/goliath_config.rb
but the setting is not picked up. I know for sure the file is loaded, but it doesn't look like the settings in it do anything:Port remains the default 9000 no pid is created. Any ideas what can I be doing wrong?
The text was updated successfully, but these errors were encountered: