Compare commits
No commits in common. "1b69da5ffa1e04064e1b84c0fba87db8f1a91bf6" and "c10f3770c75c5f553572af845d4c2eb7bfab08b9" have entirely different histories.
1b69da5ffa
...
c10f3770c7
|
@ -10,7 +10,7 @@ configuration for a specific instance
|
||||||
- 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 will be added by ThreadR, if running on the web root, just "."
|
\* 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
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
domain_name=threadr.lostcave.ddnss.de
|
domain_name=threadr.lostcave.ddnss.de
|
||||||
threadr_dir=.
|
threadr_dir=
|
||||||
db_username=webstuff
|
db_username=webstuff
|
||||||
db_password=Schei// auf Pa$$w0rter!
|
db_password=Schei// auf Pa$$w0rter!
|
||||||
db_database=web
|
db_database=web
|
||||||
|
|
Loading…
Reference in New Issue