mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-02-19 16:08:46 +01:00
12 lines
230 B
TOML
12 lines
230 B
TOML
|
# SPDX-FileCopyrightText: 2025 Gergely Nagy
|
||
|
# SPDX-FileContributor: Gergely Nagy
|
||
|
#
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
[server]
|
||
|
bind = "0.0.0.0:42069"
|
||
|
|
||
|
[sources]
|
||
|
words = "/data/wordlist.txt"
|
||
|
markov = ["/data/training-text.txt"]
|