d2b0c46510 | ||
---|---|---|
.. | ||
README.md | ||
about.template | ||
instance.conf |
README.md
Files
about.template
The customizable part of the content page, HTML code for now, will eventually be replaced with a markdown file
instance.conf
configuration for a specific instance
- domain_name=
- threadr_dir=
- db_username=
- db_password=
- db_database=
- db_svr_host=
I know some of these option names are silly but they all have the same length. -BodgeMaster
The format is strictly <option>=<value>
because the mechanism used to load the config values is very simple. Don’t add additional whitespace for fancy formatting. Things will break. You have been warned.
The config is loaded once on deployment by the "variable grabbler" macro processor with ["exec","echo -n \"$(sed --quiet \"/<option>=/s/.*=//p\" config/instance.conf)\""]
.
README.md
this file