General

[project]
name = "example"
description = "An twitter clone"
version = "0.1.0"
authors = ["Folyd"]

[network]
host = "0.0.0.0"
port = 8000

[apidoc]
enabled = true
type = "swagger"
path = "/docs"

Project

Network

API doc