aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/SimianGrid.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector ↵UbitUmarov2017-05-311-1/+1
| | | | in single NeighbourServicesOutConnector
* Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)2015-01-211-2/+2
| | | | example files with spaces
* Donation of robust network connectors for estate service, as promised. This ↵Diva Canto2015-01-061-2/+2
| | | | | | allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions. Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
* WARNING: simulator config var change! This affects only system-facing ↵Diva Canto2010-12-271-1/+2
| | | | | | configs. Nothing to do if you follow the rules of not messing with Grid.ini and GridHypergrid.ini. Change the remote Grid region module so that it takes the network connector as a config variable. This allows the region plugin to be reused for both Robust and Simian network connectors.
* * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-0/+6
| | | | | * Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
* Corrected SimianGrid.ini and HyperSimianGrid.ini configs to specify services ↵John Hurliman2010-09-071-8/+8
| | | | in the way the ROBUST loader expects them (hopefully!)
* Adding sample configuration to previous patchMelanie2010-07-221-0/+3
|
* Updates to config files for groupsunknown2010-04-041-0/+10
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Fixed a bad module name in SimianGrid.iniJohn Hurliman2010-03-151-1/+1
|
* Fixed SimianGrid.ini to use GridCommon.ini(.example)John Hurliman2010-03-121-34/+21
|
* Adding the SimianGrid connectorsJohn Hurliman2010-03-111-0/+70