diff options
| -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 |
