aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorBlueWall2013-06-11 20:35:25 -0400
committerBlueWall2013-06-11 20:35:25 -0400
commit90097de6c3cf58989698b37c89baa8268895fc86 (patch)
tree910ec8baa80f6bd7e5a6c846fdd0d186c67fd76e /bin/Robust.ini.example
parentUncomment Mic's code and split to create new regression TestAddTemporaryAsset... (diff)
downloadopensim-SC_OLD-90097de6c3cf58989698b37c89baa8268895fc86.zip
opensim-SC_OLD-90097de6c3cf58989698b37c89baa8268895fc86.tar.gz
opensim-SC_OLD-90097de6c3cf58989698b37c89baa8268895fc86.tar.bz2
opensim-SC_OLD-90097de6c3cf58989698b37c89baa8268895fc86.tar.xz
Add option to set minimum fee for classified ads
Upcoming phoenix-firestorm (4.4.1) adds a configurable option for setting the minimum price for publishing a classified ad. http://hg.phoenixviewer.com/phoenix-firestorm-lgpl/rev/43415d69b048
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 7d6492b..3440191 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -274,6 +274,9 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
274 ; Ask co-operative viewers to use a different currency name 274 ; Ask co-operative viewers to use a different currency name
275 ;Currency = "" 275 ;Currency = ""
276 276
277 ;; Minimum fee for creation of classified
278 ; ClassifiedFee = 0
279
277 WelcomeMessage = "Welcome, Avatar!" 280 WelcomeMessage = "Welcome, Avatar!"
278 AllowRemoteSetLoginLevel = "false" 281 AllowRemoteSetLoginLevel = "false"
279 282
@@ -393,6 +396,9 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
393 ; password help: optional: page providing password assistance for users of your grid 396 ; password help: optional: page providing password assistance for users of your grid
394 ;password = http://127.0.0.1/password 397 ;password = http://127.0.0.1/password
395 398
399 ;; Minimum fee to publish classified add
400 ; ClassifiedFee = 0
401
396[UserProfilesService] 402[UserProfilesService]
397 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" 403 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
398 Enabled = false 404 Enabled = false