From c60e2028c3a7745a04ff7631f1e76e94a8a723ab Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 20 Jul 2024 19:31:15 +0000 Subject: [PATCH] Added example config file. --- hanyuu.cfg.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hanyuu.cfg.example diff --git a/hanyuu.cfg.example b/hanyuu.cfg.example new file mode 100644 index 0000000..1a1f7cd --- /dev/null +++ b/hanyuu.cfg.example @@ -0,0 +1,9 @@ +database:dsn mariadb://user:pass@host/database?charset=utf8mb4 + +site:name Hanyuu + +misuzu:endpoint http://msz.local +misuzu:secret beans + +oauth2:device:verification_uri https://hau.local/oauth2/device +oauth2:device:verification_uri_complete https://hau.local/oauth2/device?code=%s