diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-20 16:14:29 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-20 16:14:29 +0530 |
| commit | 7ddcfd4d6421473dca5e19b9f8aa227a52382ee3 (patch) | |
| tree | e70781dd6344a93e2a5378ed13c00f980f296f1c /guestbook.toml | |
| parent | 3a089525cbc8a5b0ba86878e3fe5deec663a0f81 (diff) | |
added 'default guestbook' optionv1.7.0
Diffstat (limited to 'guestbook.toml')
| -rw-r--r-- | guestbook.toml | 5 |
1 files changed, 5 insertions, 0 deletions
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] |