diff options
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index a810393..2f021d5 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -13,8 +13,8 @@ | |||
13 | ; for more details | 13 | ; for more details |
14 | ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini"; | 14 | ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini"; |
15 | 15 | ||
16 | ; MySql | 16 | ; MySql |
17 | ; Uncomment these lines if you want to use mysql storage | 17 | ; Uncomment these lines if you want to use mysql storage |
18 | ; Change the connection string to your db details | 18 | ; Change the connection string to your db details |
19 | ;StorageProvider = "OpenSim.Data.MySQL.dll" | 19 | ;StorageProvider = "OpenSim.Data.MySQL.dll" |
20 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" | 20 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |
@@ -28,9 +28,9 @@ | |||
28 | [Modules] | 28 | [Modules] |
29 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 29 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
30 | ;; Copy the config .example file into your own .ini file and change configs there | 30 | ;; Copy the config .example file into your own .ini file and change configs there |
31 | 31 | ||
32 | ;AssetCaching = "GlynnTuckerAssetCache" | 32 | ;AssetCaching = "GlynnTuckerAssetCache" |
33 | 33 | ||
34 | ;AssetCaching = "FlotsamAssetCache" | 34 | ;AssetCaching = "FlotsamAssetCache" |
35 | ;Include-FlotsamCache = "config-include/FlotsamCache.ini" | 35 | ;Include-FlotsamCache = "config-include/FlotsamCache.ini" |
36 | 36 | ||
@@ -41,7 +41,7 @@ | |||
41 | ;FreeswitchServiceInConnector = True | 41 | ;FreeswitchServiceInConnector = True |
42 | 42 | ||
43 | ;; Authorization is not on by default, as it depends on external php | 43 | ;; Authorization is not on by default, as it depends on external php |
44 | ;AuthorizationServices = "LocalAuthorizationServicesConnector" | 44 | ;AuthorizationServices = "LocalAuthorizationServicesConnector" |
45 | 45 | ||
46 | [FreeswitchService] | 46 | [FreeswitchService] |
47 | ;; Configuration for the freeswitch service goes here | 47 | ;; Configuration for the freeswitch service goes here |
@@ -49,11 +49,11 @@ | |||
49 | 49 | ||
50 | [GridService] | 50 | [GridService] |
51 | ;; For in-memory region storage (default) | 51 | ;; For in-memory region storage (default) |
52 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 52 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
53 | ;;--- For MySql region storage (alternative) | 53 | ;;--- For MySql region storage (alternative) |
54 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | 54 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
55 | 55 | ||
56 | ; If HG, do you want this check on the distance to be performed? | 56 | ; If HG, do you want this check on the distance to be performed? |
57 | ; Check4096 = "False" | 57 | ; Check4096 = "False" |
58 | 58 | ||
59 | ;; Next, we can specify properties of regions, including default and fallback regions | 59 | ;; Next, we can specify properties of regions, including default and fallback regions |
@@ -65,7 +65,7 @@ | |||
65 | [LibraryModule] | 65 | [LibraryModule] |
66 | ; Set this if you want to change the name of the OpenSim Library | 66 | ; Set this if you want to change the name of the OpenSim Library |
67 | ;LibraryName = "My World's Library" | 67 | ;LibraryName = "My World's Library" |
68 | 68 | ||
69 | [LoginService] | 69 | [LoginService] |
70 | WelcomeMessage = "Welcome, Avatar!" | 70 | WelcomeMessage = "Welcome, Avatar!" |
71 | 71 | ||
@@ -77,9 +77,9 @@ | |||
77 | [GatekeeperService] | 77 | [GatekeeperService] |
78 | ExternalName = "http://127.0.0.1:9000" | 78 | ExternalName = "http://127.0.0.1:9000" |
79 | 79 | ||
80 | ; Does this grid allow incoming links to any region in it? | 80 | ; Does this grid allow incoming links to any region in it? |
81 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section | 81 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section |
82 | AllowTeleportsToAnyRegion = true | 82 | AllowTeleportsToAnyRegion = true |
83 | 83 | ||
84 | [GridInfoService] | 84 | [GridInfoService] |
85 | ; These settings are used to return information on a get_grid_info call. | 85 | ; These settings are used to return information on a get_grid_info call. |