mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-10 22:16:40 +00:00
10 lines
152 B
TOML
10 lines
152 B
TOML
# this is non standard feature
|
|
|
|
server = {
|
|
ip = "127.0.0.1",
|
|
port = 8005,
|
|
name = "TOML Server"
|
|
}
|
|
|
|
encoding = { name = "TOML", charset = "UTF-8" }
|