www-apps/redmine/files/redmine.confd
changeset 195 88674a86b3ad
parent 193 78c58876bc9f
parent 194 4cdf8f681821
child 196 4441b94fe5f7
child 197 dcd3a578fac0
equal deleted inserted replaced
193:78c58876bc9f 195:88674a86b3ad
     1 # /etc/conf.d/redmine: config file for /etc/init.d/redmine
       
     2 # Bind to specified address
       
     3 # You can set to 0.0.0.0 to accept requests anywhere
       
     4 #REDMINE_ADDRESS="localhost"
       
     5 
       
     6 # Port
       
     7 #REDMINE_PORT=3000
       
     8 
       
     9 # RAILS_ENV
       
    10 #RAILS_ENV=production
       
    11 
       
    12 # additional opts
       
    13 #REDMINE_OPTS=""