hpefully fixed everything?

master
BodgeMaster 2021-09-08 10:41:43 +02:00
parent 7b2295be94
commit 7384091b71
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Files
### [about.template](./about.template)
The customizable part of the content page, HTML code for now, will eventually be replaced with a markdown file
The customizable part of the about page, HTML code for now, will eventually be replaced with a markdown file
### [instance.conf](./instance.conf)
configuration for a specific instance
- domain_name=<public facing domain name of the instance>
@ -10,6 +10,8 @@ configuration for a specific instance
- db_database=<name of the database>
- db_svr_host=<mysql server address>
\* ThreadR does not support an installation on the webroot directly. See installation instructions for how to work around that.
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. Dont add additional whitespace for fancy formatting. Things *will* break. You have been warned.