aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 816e9a6..d6f15bb 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -8,11 +8,6 @@
8 ; SQLite 8 ; SQLite
9 Include-Storage = "config-include/storage/SQLiteStandalone.ini"; 9 Include-Storage = "config-include/storage/SQLiteStandalone.ini";
10 10
11 ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older
12 ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite)
13 ; for more details
14 ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini";
15
16 ; MySql 11 ; MySql
17 ; Uncomment these lines if you want to use mysql storage 12 ; Uncomment these lines if you want to use mysql storage
18 ; Change the connection string to your db details 13 ; Change the connection string to your db details
@@ -78,6 +73,11 @@
78 ;; For example: 73 ;; For example:
79 Region_Welcome_Area = "DefaultRegion, FallbackRegion" 74 Region_Welcome_Area = "DefaultRegion, FallbackRegion"
80 75
76 ; === HG ONLY ===
77 ;; change this to the address of your simulator
78 Gatekeeper="http://127.0.0.1:9000"
79
80
81[LibraryModule] 81[LibraryModule]
82 ; Set this if you want to change the name of the OpenSim Library 82 ; Set this if you want to change the name of the OpenSim Library
83 ;LibraryName = "My World's Library" 83 ;LibraryName = "My World's Library"