Skip to content

Commit

Permalink
archive-server: improve /etc/default file to ease customization
Browse files Browse the repository at this point in the history
Related to tsuru/tsuru#1095.
  • Loading branch information
Francisco Souza committed Feb 6, 2015
1 parent 6418d02 commit ae02425
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion archive-server-deb/debian/archive-server.default
@@ -1 +1,6 @@
export ARCHIVE_SERVER_OPTS="-dir=/var/lib/archive-server/archives -read-http=0.0.0.0:3232 -write-http=127.0.0.1:3131"
READ_HTTP=0.0.0.0:3232
WRITE_HTTP=127.0.0.1:3131
ARCHIVE_DIR=/var/lib/archive-server/archives
MONGODB_SERVER=127.0.0.1:27017
MONGODB_DB_NAME=archives
export ARCHIVE_SERVER_OPTS="-dir=${ARCHIVE_DIR} -read-http=${READ_HTTP} -write-http=${WRITE_HTTP} -mongodb=${MONGODB_SERVER} -dbname=${MONGODB_DB_NAME}"
7 changes: 7 additions & 0 deletions archive-server-deb/debian/changelog
@@ -1,3 +1,10 @@
archive-server (0.1.1-5) precise; urgency=low

* Improve the format of the /etc/default file, easing customization of
parameters

-- Francisco Souza <fss@corp.globo.com> Fri, 06 Feb 2015 10:42:28 -0200

archive-server (0.1.1-4) unstable; urgency=medium

[ Philip Tzou ]
Expand Down

0 comments on commit ae02425

Please sign in to comment.