diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 4 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index 05deda2..b13e739 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -58,8 +58,8 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S | |||
58 | ;; Next, we can specify properties of regions, including default and fallback regions | 58 | ;; Next, we can specify properties of regions, including default and fallback regions |
59 | ;; The syntax is: Region_<RegioName> = "<flags>" | 59 | ;; The syntax is: Region_<RegioName> = "<flags>" |
60 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut | 60 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut |
61 | ;; For example: | 61 | ;; For example: |
62 | Region_WelcomeArea = "DefaultRegion, FallbackRegion" | 62 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" |
63 | 63 | ||
64 | ; * This is the configuration for the freeswitch server in grid mode | 64 | ; * This is the configuration for the freeswitch server in grid mode |
65 | [FreeswitchService] | 65 | [FreeswitchService] |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index ea03bed..0d54b4d 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -43,7 +43,7 @@ | |||
43 | ;; The syntax is: Region_<RegioName> = "<flags>" | 43 | ;; The syntax is: Region_<RegioName> = "<flags>" |
44 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut | 44 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut |
45 | ;; For example: | 45 | ;; For example: |
46 | Region_WelcomeArea = "DefaultRegion, FallbackRegion" | 46 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" |
47 | 47 | ||
48 | [LibraryModule] | 48 | [LibraryModule] |
49 | ; Set this if you want to change the name of the OpenSim Library | 49 | ; Set this if you want to change the name of the OpenSim Library |