Secure sim stats with an (optional) password.

There is way too much in these stats to expose them to the world, at
least for some of us.
This commit is contained in:
Melanie Thielker
2017-02-01 15:30:17 +00:00
parent 5a18ea31cf
commit 5ceb315e34
3 changed files with 16 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ namespace OpenSim
public string userStatsURI = String.Empty;
public string managedStatsURI = String.Empty;
public string managedStatsPassword = String.Empty;
protected bool m_autoCreateClientStack = true;
@@ -239,6 +240,7 @@ namespace OpenSim
m_permsModules = new List<string>(permissionModules.Split(','));
managedStatsURI = startupConfig.GetString("ManagedStatsRemoteFetchURI", String.Empty);
managedStatsPassword = startupConfig.GetString("ManagedStatsRemoteFetchPassword", String.Empty);
}
// Load the simulation data service