aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example28
1 files changed, 15 insertions, 13 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index b98132e..b7b2524 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -13,19 +13,21 @@
13; * [[<ConfigName>@]<port>/]<dll name>[:<class name>] 13; * [[<ConfigName>@]<port>/]<dll name>[:<class name>]
14; * 14; *
15[Startup] 15[Startup]
16 16 ; Place to create a PID file
17 ; Plugin Registry Location 17 ; If no path if specified then a PID file is not created.
18 ; Set path to directory for plugin registry. Information 18 ; PIDFile = "/tmp/my.pid"
19 ; about the registered repositories and installed plugins 19
20 ; will be stored here 20 ; Plugin Registry Location
21 ; The Robust.exe process must have R/W access to the location 21 ; Set path to directory for plugin registry. Information
22 RegistryLocation = "." 22 ; about the registered repositories and installed plugins
23 23 ; will be stored here
24 24 ; The Robust.exe process must have R/W access to the location
25 ; Modular configurations 25 RegistryLocation = "."
26 ; Set path to directory for modular ini files... 26
27 ; The Robust.exe process must have R/W access to the location 27 ; Modular configurations
28 ConfigDirectory = "/home/opensim/etc/Configs" 28 ; Set path to directory for modular ini files...
29 ; The Robust.exe process must have R/W access to the location
30 ConfigDirectory = "/home/opensim/etc/Configs"
29 31
30[ServiceList] 32[ServiceList]
31AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" 33AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"