From e3b8a57196a2fe7663b5d656dc4e1896c3335776 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 20 Dec 2020 15:47:04 -0700 Subject: [PATCH] Add template config file. --- server/template.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 server/template.toml diff --git a/server/template.toml b/server/template.toml new file mode 100644 index 0000000..23f73af --- /dev/null +++ b/server/template.toml @@ -0,0 +1,15 @@ +[cards] +type = "csv" +key = '' +questions = '' +objects = '' + + +[webserver] +enabled = true +port = 8080 +code_length = 6 + + +[websocket] +port = 8081 \ No newline at end of file