diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 842043e..1ea4609 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -503,8 +503,10 @@ | |||
503 | ;; "<url>" -- capability enabled and served by some other server | 503 | ;; "<url>" -- capability enabled and served by some other server |
504 | ;; | 504 | ;; |
505 | ; These are enabled by default to localhost. Change if you see fit. | 505 | ; These are enabled by default to localhost. Change if you see fit. |
506 | Cap_GetTexture = "localhost" | 506 | Cap_GetTexture = "localhost" |
507 | Cap_GetMesh = "localhost" | 507 | Cap_GetMesh = "localhost" |
508 | Cap_AvatarPickerSearch = "localhost" | ||
509 | |||
508 | ; This is disabled by default. Change if you see fit. Note that | 510 | ; This is disabled by default. Change if you see fit. Note that |
509 | ; serving this cap from the simulators may lead to poor performace. | 511 | ; serving this cap from the simulators may lead to poor performace. |
510 | Cap_WebFetchInventoryDescendents = "" | 512 | Cap_WebFetchInventoryDescendents = "" |
@@ -1026,6 +1028,12 @@ | |||
1026 | ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island | 1028 | ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island |
1027 | ; InitialTerrain = "pinhead-island" | 1029 | ; InitialTerrain = "pinhead-island" |
1028 | 1030 | ||
1031 | [UserProfiles] | ||
1032 | ;# {ProfileURL} {} {Set url to UserProfilesService} {} | ||
1033 | ;; Set the value of the url to your UserProfilesService | ||
1034 | ;; If un-set / "" the module is disabled | ||
1035 | ;; ProfileServiceURL = http://127.0.0.1:8002 | ||
1036 | |||
1029 | [Architecture] | 1037 | [Architecture] |
1030 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini | 1038 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini |
1031 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, | 1039 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, |