From b8e99ba30cb875a1c0c8274db2ec16336326de44 Mon Sep 17 00:00:00 2001 From: Ethan Marshall Date: Sat, 11 Nov 2023 18:42:16 +0000 Subject: [PATCH] Add `ssl` key to sample config file --- config.gahoot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.gahoot b/config.gahoot index 2d58ec5..2da673d 100644 --- a/config.gahoot +++ b/config.gahoot @@ -23,10 +23,11 @@ addr: 0.0.0.0 port: 8080 proxies: [] +ssl: false // Directory for quiz archive files. Must be present at startup. // Can be relative (to cwd at startup), or absolute. quiz_dir: quizzes // Gameplay settings -game_timeout: 2700 +game_timeout: 2700 \ No newline at end of file