13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"address": "::1",
|
|
"port": 8000,
|
|
"template": "examples/template.json",
|
|
"plugins_dir": "examples/plugins",
|
|
|
|
"plugins": {
|
|
"example": {
|
|
"test_value": "the Spanish Inquisition"
|
|
}
|
|
}
|
|
}
|
|
|