spaceapi-server/examples/config.json

14 lines
233 B
JSON
Raw Permalink Normal View History

2019-11-25 02:48:12 +01:00
{
"address": "::1",
"port": 8000,
"template": "examples/template.json",
"plugins_dir": "examples/plugins",
"plugins": {
"example": {
"test_value": "the Spanish Inquisition"
}
}
}