Files
gblog/config.example.json
2026-07-27 16:08:18 +02:00

13 lines
215 B
JSON

{
"url": "http://localhost",
"port": ":8899",
"tls_cert_file": "",
"tls_key_file": "",
"username": "admin",
"password": "123qwe",
"title": "gblog",
"theme": "default",
"layout": "sidebar-right"
}