You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
/config/config.local.php
)I'm also confused about when/how
config.env.php
gets loaded. The only reference I see for it is inconfig.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?The text was updated successfully, but these errors were encountered: