forked from root/threadr.lostcave.ddnss.de
clarified documentation
parent
0629830c0b
commit
c10f3770c7
|
@ -4,12 +4,14 @@ The customizable part of the content page, HTML code for now, will eventually be
|
||||||
### [instance.conf](./instance.conf)
|
### [instance.conf](./instance.conf)
|
||||||
configuration for a specific instance
|
configuration for a specific instance
|
||||||
- domain_name=<public facing domain name of the instance>
|
- domain_name=<public facing domain name of the instance>
|
||||||
- threadr_dir=<directory on the webhost>
|
- threadr_dir=<directory on the webhost\*>
|
||||||
- db_username=<mysql user>
|
- db_username=<mysql user>
|
||||||
- db_password=<mysql password>
|
- db_password=<mysql password>
|
||||||
- db_database=<name of the database>
|
- db_database=<name of the database>
|
||||||
- db_svr_host=<mysql server address>
|
- db_svr_host=<mysql server address>
|
||||||
|
|
||||||
|
\* leading and trailing slashes not included
|
||||||
|
|
||||||
I know some of these option names are silly but they all have the same length. -BodgeMaster
|
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 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