Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config file settings don't work #297

Open
snitko opened this issue Sep 28, 2014 · 0 comments
Open

Config file settings don't work #297

snitko opened this issue Sep 28, 2014 · 0 comments

Comments

@snitko
Copy link

snitko commented Sep 28, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant