Sha256: 751d1bc0b561c273b5e886595e1a7460748c9fd0e7101289305cb5f87318e90b

Contents?: true

Size: 454 Bytes

Versions: 18

Compression:

Stored size: 454 Bytes

Contents


over_ridden :production_value

# Sets the 'nice' value of the publishing process
# This is in the range 0-20
#   0 : Standard priority thread
#   20: Minimum priority thread
# the higher this value is the lower the priority of the publishing thread
# you should set this low so that publishing the site doesn't affect the
# responsiveness of your site.
publish_niceness 18

back do
  port 3001
end

front do
  port 3002
end

TopLevel.parameter = :prod

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
spontaneous-0.2.0.beta10 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.beta9 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.beta8 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.beta7 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.beta6 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.beta5 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.beta4 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.beta3 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.beta2 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.beta1 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.alpha7 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.alpha6 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.alpha5 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.alpha4 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.alpha3 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.alpha2 test/fixtures/config/config/environments/production.rb
spontaneous-0.2.0.alpha1 test/fixtures/config/config/environments/production.rb
spontaneous-0.1.0.alpha1 test/fixtures/config/config/environments/production.rb