diff options
author | Justin Clark-Casey (justincc) | 2013-09-18 23:49:27 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-18 23:49:27 +0100 |
commit | 997700c4aae2c0498e86c955cd158e89ae2d2489 (patch) | |
tree | 4a18a87259257f72831d6e000329288ba25dddc9 /bin/config-include/Standalone.ini | |
parent | Add [SimulationService] section to GridHypergrid.ini and StandaloneHypergrid.ini (diff) | |
download | opensim-SC-997700c4aae2c0498e86c955cd158e89ae2d2489.zip opensim-SC-997700c4aae2c0498e86c955cd158e89ae2d2489.tar.gz opensim-SC-997700c4aae2c0498e86c955cd158e89ae2d2489.tar.bz2 opensim-SC-997700c4aae2c0498e86c955cd158e89ae2d2489.tar.xz |
minor: Make config-include .ini files more consistent
Chiefly tabs to spaces.
No actual setting changes
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r-- | bin/config-include/Standalone.ini | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 7b7beb2..424d8c8 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -19,7 +19,7 @@ | |||
19 | EntityTransferModule = "BasicEntityTransferModule" | 19 | EntityTransferModule = "BasicEntityTransferModule" |
20 | InventoryAccessModule = "BasicInventoryAccessModule" | 20 | InventoryAccessModule = "BasicInventoryAccessModule" |
21 | MapImageService = "MapImageServiceModule" | 21 | MapImageService = "MapImageServiceModule" |
22 | SearchModule = "BasicSearchModule" | 22 | SearchModule = "BasicSearchModule" |
23 | 23 | ||
24 | LibraryModule = true | 24 | LibraryModule = true |
25 | LLLoginServiceInConnector = true | 25 | LLLoginServiceInConnector = true |
@@ -117,9 +117,10 @@ | |||
117 | DSTZone = "America/Los_Angeles;Pacific Standard Time" | 117 | DSTZone = "America/Los_Angeles;Pacific Standard Time" |
118 | 118 | ||
119 | [MapImageService] | 119 | [MapImageService] |
120 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 120 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
121 | ; in minutes | 121 | |
122 | RefreshTime = 60 | 122 | ; in minutes |
123 | RefreshTime = 60 | ||
123 | 124 | ||
124 | ;; This should always be the very last thing on this file | 125 | ;; This should always be the very last thing on this file |
125 | [Includes] | 126 | [Includes] |