Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forceCfg is applied only after the installation #150

Open
mudrd8mz opened this issue Mar 20, 2017 · 0 comments
Open

forceCfg is applied only after the installation #150

mudrd8mz opened this issue Mar 20, 2017 · 0 comments

Comments

@mudrd8mz
Copy link
Contributor

The forceCfg allows to force some CFG values by hard-setting them in the config.php. I have it set to something like

    "forceCfg": {
        "prefix": "m_",
        "debug": 32767,
        "debugdisplay": 1,
        "divertallemailsto": "my@dev.account.tld",
        "themedesignermode": 0
    },

But I realized that mdk install still uses the default prefix. The reason is that forceCfg is applied after the DB installation. It would help if it was injected into config.php before it - so that things like $CFG->prefix and others are taken into account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant