Initialization: move key expansion out to operate on all sources and not just environment variables

varregion
BlueWall 2013-08-29 14:35:56 -04:00
parent aa521fb385
commit a8c0e16e47
1 changed files with 2 additions and 2 deletions

View File

@ -201,11 +201,11 @@ namespace OpenSim
envConfigSource.LoadEnv();
m_config.Source.Merge(envConfigSource);
m_config.Source.ExpandKeyValues();
}
ReadConfigSettings();
m_config.Source.ExpandKeyValues();
return m_config;
}