Give ability to define constants that may be used throught the configuration

This commit is contained in:
BlueWall
2014-10-09 14:20:08 -04:00
parent 29a05cdeb5
commit c7a11899f6
2 changed files with 4 additions and 0 deletions

View File

@@ -129,6 +129,8 @@ namespace OpenSim.Server.Base
// Merge the configuration from the command line into the loaded file
Config.Merge(argvConfig);
Config.ReplaceKeyValues();
// Refresh the startupConfig post merge
if (Config.Configs["Startup"] != null)
{