aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorSnoopy Pfeffer2011-08-14 18:20:20 +0200
committerSnoopy Pfeffer2011-08-14 18:20:20 +0200
commit70ea62544716134447884e999898267497b85a12 (patch)
tree5e2029fc671ca0c9da12fa5533ce0b2bdb378f74 /bin
parentWorldMap: Added map item for Land-for-Sale. Implemented backlist item timeout... (diff)
downloadopensim-SC_OLD-70ea62544716134447884e999898267497b85a12.zip
opensim-SC_OLD-70ea62544716134447884e999898267497b85a12.tar.gz
opensim-SC_OLD-70ea62544716134447884e999898267497b85a12.tar.bz2
opensim-SC_OLD-70ea62544716134447884e999898267497b85a12.tar.xz
Added optional Login Service parameter "Currency" to be able to change the currency name shown in the viewer.
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example2
-rw-r--r--bin/Robust.ini.example2
-rw-r--r--bin/config-include/StandaloneCommon.ini.example2
3 files changed, 6 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index ea271b8..b760abd 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -203,6 +203,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
203 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 203 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
204 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 204 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
205 205
206 ;Currency = ""
207
206 WelcomeMessage = "Welcome, Avatar!" 208 WelcomeMessage = "Welcome, Avatar!"
207 AllowRemoteSetLoginLevel = "false" 209 AllowRemoteSetLoginLevel = "false"
208 210
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 14f79aa..a36d255 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -188,6 +188,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
188 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" 188 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
189 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 189 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
190 190
191 ;Currency = ""
192
191 WelcomeMessage = "Welcome, Avatar!" 193 WelcomeMessage = "Welcome, Avatar!"
192 AllowRemoteSetLoginLevel = "false" 194 AllowRemoteSetLoginLevel = "false"
193 195
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index ee0523f..babd116 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -99,6 +99,8 @@
99 ;; For Viewer 2 99 ;; For Viewer 2
100 MapTileURL = "http://127.0.0.1:9000/" 100 MapTileURL = "http://127.0.0.1:9000/"
101 101
102 ;Currency = ""
103
102 ;; Regular expressions for controlling which client versions are accepted/denied. 104 ;; Regular expressions for controlling which client versions are accepted/denied.
103 ;; An empty string means nothing is checked. 105 ;; An empty string means nothing is checked.
104 ;; 106 ;;