hpefully fixed everything?
parent
7b2295be94
commit
7384091b71
|
@ -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. Don’t add additional whitespace for fancy formatting. Things *will* break. You have been warned.
|
||||
|
|
Loading…
Reference in New Issue