mirror of
https://github.com/helix-editor/helix
synced 2026-07-29 11:50:02 +02:00
19 lines
169 B
Plaintext
19 lines
169 B
Plaintext
app {
|
|
name = "helix"
|
|
server {
|
|
host = "localhost"
|
|
ports = [
|
|
80,
|
|
443
|
|
]
|
|
}
|
|
list = [
|
|
{
|
|
id = 1
|
|
},
|
|
{
|
|
id = 2
|
|
}
|
|
]
|
|
}
|