summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2013-05-11 20:59:39 +0000
committerPeter Volkov <pva@gentoo.org>2013-05-11 20:59:39 +0000
commit5411e21bc04ad7ba18b78177403be1b89cdc45b5 (patch)
tree26f0098c4d0b91b9b397e49ab4a2a2bd1fada8fe /www-apps/redmine/files/redmine.confd
parentAdded profile for containers. (diff)
downloadpva-5411e21bc04ad7ba18b78177403be1b89cdc45b5.tar.gz
pva-5411e21bc04ad7ba18b78177403be1b89cdc45b5.tar.bz2
pva-5411e21bc04ad7ba18b78177403be1b89cdc45b5.zip
Redmine version bump.
svn path=/; revision=515
Diffstat (limited to 'www-apps/redmine/files/redmine.confd')
-rw-r--r--www-apps/redmine/files/redmine.confd13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-apps/redmine/files/redmine.confd b/www-apps/redmine/files/redmine.confd
new file mode 100644
index 0000000..1c3830a
--- /dev/null
+++ b/www-apps/redmine/files/redmine.confd
@@ -0,0 +1,13 @@
+# /etc/conf.d/redmine: config file for /etc/init.d/redmine
+# Bind to specified address
+# You can set to 0.0.0.0 to accept requests anywhere
+#REDMINE_ADDRESS="localhost"
+
+# Port
+#REDMINE_PORT=3000
+
+# RAILS_ENV
+#RAILS_ENV=production
+
+# additional opts
+#REDMINE_OPTS=""