Add template config file.
This commit is contained in:
parent
82c89a7821
commit
e3b8a57196
1 changed files with 15 additions and 0 deletions
15
server/template.toml
Normal file
15
server/template.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
[cards]
|
||||||
|
type = "csv"
|
||||||
|
key = ''
|
||||||
|
questions = ''
|
||||||
|
objects = ''
|
||||||
|
|
||||||
|
|
||||||
|
[webserver]
|
||||||
|
enabled = true
|
||||||
|
port = 8080
|
||||||
|
code_length = 6
|
||||||
|
|
||||||
|
|
||||||
|
[websocket]
|
||||||
|
port = 8081
|
||||||
Loading…
Add table
Add a link
Reference in a new issue