-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters