From 4fb87ffd9fd3f700513649f74d14e009caadc30f Mon Sep 17 00:00:00 2001 From: UUBulb <35923940+uubulb@users.noreply.github.com> Date: Fri, 28 Feb 2025 22:01:14 +0800 Subject: [PATCH] config: use snake case (#34) --- extras/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extras/config.yaml b/extras/config.yaml index b3f0704..a4f3edd 100644 --- a/extras/config.yaml +++ b/extras/config.yaml @@ -1,6 +1,6 @@ debug: false -listenport: nz_port +listen_port: nz_port language: nz_language -sitename: "nz_site_title" -installhost: nz_hostport +site_name: "nz_site_title" +install_host: nz_hostport tls: nz_tls