GoBlog/example-config.yaml

15 lines
197 B
YAML

server:
logging: false
port: 8080
database:
file: data/db.sqlite
cache:
enable: true
expiration: 600
blog:
lang: en
title: My blog
user:
nick: admin
name: Admin
password: secret