mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 09:03:54 -07:00
made server threaded, fixing issue #51
This commit is contained in:
parent
b328c1ed4d
commit
520300dc86
14 changed files with 108 additions and 37 deletions
|
|
@ -4,7 +4,13 @@ statusupdate=15000
|
|||
logfile=server.log
|
||||
name="My Cockatrice server"
|
||||
id=1
|
||||
threaded=0
|
||||
number_pools=1
|
||||
|
||||
[servernetwork]
|
||||
active=0
|
||||
port=14747
|
||||
ssl_cert=ssl_cert.pem
|
||||
ssl_key=ssl_key.pem
|
||||
|
||||
[authentication]
|
||||
method=none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue