Pulsar/example/host.json
2024-04-20 14:54:23 +03:00

12 lines
No EOL
194 B
JSON

{
"host":"127.0.0.1",
"port":1965,
"cert":"cert.pem",
"key":"key.rsa",
"data":
{
"directory":"public",
"index":"index.gmi",
"listing":true
}
}