lila/conf/application.conf.dist
Thibault Duplessis 18dc922173 fix config example
2013-06-28 13:56:14 +02:00

18 lines
265 B
Plaintext

include "base"
# Use l.org as local development domain
net {
domain = "l.org"
asset.domain = "static.l.org"
}
# Use local artificial intelligence
ai {
server = false
client = false
stockfish {
debug = false
hash_size = 128
threads = 2
}
}