summaryrefslogtreecommitdiff
blob: f8f8715fc1c777688cb03f4275e14b813727fd05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/conf.d/chiliproject: config file for /etc/init.d/chiliproject
# Bind to specified address
# You can set to 0.0.0.0 to accept requests anywhere
#CHILIPROJECT_ADDRESS="localhost"

# Port
#CHILIPROJECT_PORT=3000

# RAILS_ENV
#RAILS_ENV=production

# additional opts
#CHILIPROJECT_OPTS=""