diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index f3d222f..d4e05af 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -22,6 +22,7 @@ port = 8003 | |||
22 | ; * Leave commented to diable logins to the console | 22 | ; * Leave commented to diable logins to the console |
23 | ;ConsoleUser = Test | 23 | ;ConsoleUser = Test |
24 | ;ConsolePass = secret | 24 | ;ConsolePass = secret |
25 | ;ConsolePort = 0 | ||
25 | 26 | ||
26 | ; * As an example, the below configuration precisely mimicks the legacy | 27 | ; * As an example, the below configuration precisely mimicks the legacy |
27 | ; * asset server. It is read by the asset IN connector (defined above) | 28 | ; * asset server. It is read by the asset IN connector (defined above) |
@@ -79,3 +80,4 @@ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | |||
79 | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | 80 | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
80 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" | 81 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" |
81 | Realm = "regions" | 82 | Realm = "regions" |
83 | ; AllowDuplicateNames = "True" | ||