diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-14 00:01:32 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-14 00:12:35 +0300 |
| commit | 41d04921783a074c8bb907b29788a858f52fdf92 (patch) | |
| tree | bc0cf525b0465a08f1f27fad10db64d5494f8f6a | |
| parent | 9b078a44e03edf05398dc4dacc85a755be35efad (diff) | |
rhizi-server.conf.example: doc ref
| -rw-r--r-- | res/etc/rhizi-server.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index 6e3d9abc..67d9863c 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -1,6 +1,8 @@ # ----------------------------------------------------------------------------- # Sample Rhizi configuration - copy this to rhizi-server.conf # +# Rhizi configuration values are documented in source code. +# # ----------------------------------------------------------------------------- # General @@ -32,7 +34,7 @@ log_path = rhizi-server.log # ----------------------------------------------------------------------------- # Flask Configuration -# - SERVER_NAME: if adding ':port', this should match listen_port +# - [!] SERVER_NAME: if adding ':port', this should match listen_port # SERVER_NAME = rhizi.local:8080 SECRET_KEY = notverysecretbutpeppyyaya |
