Skip to content
YAML

Block Style

Indentation-based nesting.

#block#indentation

Code

yaml
server:
  host: localhost
  port: 8080
  routes:
    home:
      path: /
      method: GET
    api:
      path: /api
      method: POST
      auth: required