all repos — honk @ 101458d4f414e511c72466ee0ebef4491da477e1

my fork of honk

notes about the config table as well
Ted Unangst tedu@tedunangst.com
Thu, 11 Apr 2019 10:10:27 -0400
commit

101458d4f414e511c72466ee0ebef4491da477e1

parent

2c0310a318c981a3bd698c2f1f915419e655872f

1 files changed, 11 insertions(+), 1 deletions(-)

jump to
M spec.txtspec.txt

@@ -1,5 +1,15 @@

-Some notes on the database schema. +Some notes on the database schema. Mostly for development, but maybe useful +for administration as well. + +The config table contains settings, some of which may not be editable via the +normal interface. + +The welcome message on the first page is stored as servermsg. + +For development purposes, adding a config value (debug, 1) to the database +will disable caching and hot reload templates. It's not meant to be +harmful in production, just less efficient. We don't use null, only empty strings. This is easier to work with on the go side.