mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Initialization: move key expansion out to operate on all sources and not just environment variables
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user