aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2010-02-20 17:52:38 -0800
committerDiva Canto2010-02-20 17:52:38 -0800
commit0ab6aac05255078a9d190f6623b2d86d5253d955 (patch)
tree311cb082d2a7f41496ae000562b38bdb2b7111d5 /bin
parent* Added a sanity check for missing asset data in LLClientView (diff)
downloadopensim-SC_OLD-0ab6aac05255078a9d190f6623b2d86d5253d955.zip
opensim-SC_OLD-0ab6aac05255078a9d190f6623b2d86d5253d955.tar.gz
opensim-SC_OLD-0ab6aac05255078a9d190f6623b2d86d5253d955.tar.bz2
opensim-SC_OLD-0ab6aac05255078a9d190f6623b2d86d5253d955.tar.xz
Added UserAccountData and auth to the SQLite connector. Compiles, runs, but access to these tables doesn't work.
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/Standalone.ini8
-rw-r--r--bin/config-include/StandaloneHypergrid.ini8
2 files changed, 10 insertions, 6 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index bd90df4..b9a9462 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -4,9 +4,6 @@
4;; which you can copy and change. 4;; which you can copy and change.
5;; 5;;
6 6
7[Includes]
8 Include-Common = "config-include/StandaloneCommon.ini"
9
10[Modules] 7[Modules]
11 AssetServices = "LocalAssetServicesConnector" 8 AssetServices = "LocalAssetServicesConnector"
12 InventoryServices = "LocalInventoryServicesConnector" 9 InventoryServices = "LocalInventoryServicesConnector"
@@ -72,3 +69,8 @@
72 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 69 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
73 70
74 WelcomeMessage = "Welcome, Avatar!" 71 WelcomeMessage = "Welcome, Avatar!"
72
73
74;; This should always be the very last thing on this file
75[Includes]
76 Include-Common = "config-include/StandaloneCommon.ini"
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index a4fa5be..9ad6d1c 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -3,9 +3,6 @@
3;; All optional settings are in StandaloneCommon.ini.example, 3;; All optional settings are in StandaloneCommon.ini.example,
4;; which you can copy and change. 4;; which you can copy and change.
5;; 5;;
6
7[Includes]
8 Include-Common = "config-include/StandaloneCommon.ini"
9 6
10[Modules] 7[Modules]
11 AssetServices = "HGAssetBroker" 8 AssetServices = "HGAssetBroker"
@@ -112,3 +109,8 @@
112[HGInventoryService] 109[HGInventoryService]
113 ; For the InventoryServiceInConnector 110 ; For the InventoryServiceInConnector
114 LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService" 111 LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService"
112
113
114;; This should always be the very last thing on this file
115[Includes]
116 Include-Common = "config-include/StandaloneCommon.ini"