pbe/example-site/server.json

8 lines
167 B
JSON
Raw Normal View History

2023-06-27 17:18:52 -04:00
{
"bind_addr": "127.0.0.1",
"bind_port": 8080,
"static_files_path": "static",
"templates_path": "templates",
"pages_path": "pages",
"posts_path": "posts"
}