Questions About Load Order
Opened this issue · 0 comments
kmgdevelopment commented
I'm messing around with MSM and I have a question about the order config files are loaded in. Is this correct?:
index.php
oradmin.php
/system/expressionengine/config.php
/system/expressionengien/database.php
/config/config.master.php
/config/config.env.php
- environment-specific config file (
/config/config.local.php
)
I'm also confused about when/how config.env.php
gets loaded. The only reference I see for it is in config.master.php
at line 36, but the comments & code imply that the environment should already have been defined. If that's the case - where is the environment defined?