2013-05-23 3 views

ответ

2

при использовании trinidad.yml это выглядит примерно так:

--- 
    address: localhost # set '*' to bind to all interfaces 
    port: 3000 # port where Trinidad is going to be runnin 
    #environment: production # specify with `trinidad -e production` 
    jruby_min_runtimes: 10 # min number of JRuby runtimes to use 
    jruby_max_runtimes: 10 # max number of JRuby runtimes to use 
    #threadsafe: true # implies min runtimes == max runtimes == 1