threadr.lostcave.ddnss.de/config
BodgeMaster 7e62d6f11e updated documentation 2021-09-02 15:47:01 +02:00
..
README.md updated documentation 2021-09-02 15:47:01 +02:00
about.template variable grabbler not happy with unicode -_- 2021-09-02 02:58:25 +02:00
instance.conf un-hard-coded database user credentials fixing #25 2021-09-02 09:02:48 +02:00

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=

The format is strictly <option>=<value> because the mechanism used to load the config values is very simple. Dont 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