Is your feature request related to a problem?
No. Part of a background project to lower barrier for auto installer and streamline demo server stuff.
What is the feature?
We can provide a database engine in config.php:
|
//$txpcfg['dbengine'] = 'InnoDB'; |
I cannot find the equivalent for the above in https://github.com/textpattern/textpattern/blob/dev/textpattern/setup/.default-dist.json and I've done two passes on the contents of /textpattern/setup/ – I don't think I'm missing anything obvious.
Is your feature request related to a problem?
No. Part of a background project to lower barrier for auto installer and streamline demo server stuff.
What is the feature?
We can provide a database engine in
config.php:textpattern/textpattern/config-dist.php
Line 115 in d29cdda
I cannot find the equivalent for the above in https://github.com/textpattern/textpattern/blob/dev/textpattern/setup/.default-dist.json and I've done two passes on the contents of
/textpattern/setup/– I don't think I'm missing anything obvious.