diff options
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] |