From 7ddcfd4d6421473dca5e19b9f8aa227a52382ee3 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 20 Jul 2026 16:14:29 +0530 Subject: added 'default guestbook' option --- guestbook.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'guestbook.toml') diff --git a/guestbook.toml b/guestbook.toml index 0a1c7c0..a8c921a 100644 --- a/guestbook.toml +++ b/guestbook.toml @@ -1,3 +1,8 @@ +# useful especially if you have multiple guestbooks running +# serve, dump and del commands will default to this +# use the -g flag to override +default_guestbook = "my_guestbook" + # the idea is to have a single database but different # tables for each guestbook (if any) [database] -- cgit v1.2.3