Skip to content

Commit

Permalink
tiedot 3.2 is almost ready
Browse files Browse the repository at this point in the history
  • Loading branch information
HouzuoGuo committed Feb 11, 2015
1 parent 1099860 commit 6ce87fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions distributable/etc/tiedot
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
HTTP_PORT=19993
HTTP_DB_DIR=/var/lib/tiedot/default_db

# tiedot uses go.rice to package/serve static resource files for the web control panel (-admin)
# Unfortunately, while building the RPM package, go.rice fails to properly package the files.
# Therefore the web control panel will not work and have to be disabled.
HTTP_EXTRA_ARGS="-webcp=no"
# Put additional CLI parameters here in order to launch tiedot with HTTPS, JWT, or verbose logging, and other options.
# Consult tiedot documentation and/or `tiedot -h` for a complete list of acceptable CLI parameters.
HTTP_EXTRA_ARGS=""
2 changes: 1 addition & 1 deletion distributable/tiedot.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tiedot
Version: 3.1.3
Version: 3.2
Release: 1%{?dist}
License: BSD-2-Clause
Summary: A NoSQL document database engine powered by Go
Expand Down

0 comments on commit 6ce87fd

Please sign in to comment.