From fe0882cab3a3e624de1798fd4068e77c64ebcf7e Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Thu, 29 Jun 2017 18:45:01 +0200 Subject: [PATCH] #5 config file updated --- nfgame.cfg-example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nfgame.cfg-example b/nfgame.cfg-example index d114963..b4be27b 100644 --- a/nfgame.cfg-example +++ b/nfgame.cfg-example @@ -11,6 +11,9 @@ TAGS = {'taghash1': 'tree', # START_KEY = 'secretstartkey' START_KEY = 'None +# Max time of the game in seconds +MAX_TIME = '3600' + # HTML text for the registration page: REGISTRATION_DESK = 'You can find the registration desk in the center.'