GoBlog/example-config.yaml

15 lines
197 B
YAML
Raw Normal View History

2020-07-28 19:17:07 +00:00
server:
logging: false
port: 8080
database:
2020-07-31 13:48:01 +00:00
file: data/db.sqlite
cache:
enable: true
expiration: 600
blog:
lang: en
title: My blog
user:
nick: admin
name: Admin
password: secret