/wp-content/config/config.php/wp-content ?/wp-content.wp-bootstrap.php file that bootstrap file is pretty much the missing link that I found WordPress has. If we accept the need for a bootstrap file in the root that defines environments and configuration location, then configuration can become must more flexible:/_wpe_private/wp-content/uploads/privatefunctions.php file and see what all the options are:wp_config()->print_config()
define.public/ directory and everything else (including config) lives outside of the web root. (edited)public/.section[option] format was chose because .env can support that and not section.option or section:option.'not yet specified'.null I think.wp config create / wp config set more for setting up / modifying WP instances. config/ directory at the top level that contains the needed files (and better-wp-config.php would live in the core code, and wp-config.php would be optional).config.secrets.env. corePress would contain the spec rather than the actual implementation?