diff options
author | BlueWall | 2013-06-11 20:35:25 -0400 |
---|---|---|
committer | BlueWall | 2013-06-11 20:35:25 -0400 |
commit | 90097de6c3cf58989698b37c89baa8268895fc86 (patch) | |
tree | 910ec8baa80f6bd7e5a6c846fdd0d186c67fd76e /bin/config-include/StandaloneCommon.ini.example | |
parent | Uncomment Mic's code and split to create new regression TestAddTemporaryAsset... (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 8c23c41..8ec3daf 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -222,6 +222,9 @@ | |||
222 | ; this is the entry point for all user-related HG services | 222 | ; this is the entry point for all user-related HG services |
223 | ; uas = http://127.0.0.1:9000/ | 223 | ; uas = http://127.0.0.1:9000/ |
224 | 224 | ||
225 | ;; Minimum fee to publish classified add | ||
226 | ; ClassifiedFee = 0 | ||
227 | |||
225 | [MapImageService] | 228 | [MapImageService] |
226 | ; Set this if you want to change the default | 229 | ; Set this if you want to change the default |
227 | ; TilesStoragePath = "maptiles" | 230 | ; TilesStoragePath = "maptiles" |