diff options
author | BlueWall | 2013-06-11 21:46:40 -0400 |
---|---|---|
committer | BlueWall | 2013-06-11 21:46:40 -0400 |
commit | 9fec0faade3979fc6e514b4acde92741aa0e9c16 (patch) | |
tree | 58cbcb98112de67727e1efc39322799cbc5ca466 | |
parent | Merge working repo (diff) | |
download | opensim-SC_OLD-9fec0faade3979fc6e514b4acde92741aa0e9c16.zip opensim-SC_OLD-9fec0faade3979fc6e514b4acde92741aa0e9c16.tar.gz opensim-SC_OLD-9fec0faade3979fc6e514b4acde92741aa0e9c16.tar.bz2 opensim-SC_OLD-9fec0faade3979fc6e514b4acde92741aa0e9c16.tar.xz |
Revert "Add option to set minimum fee for classified ads"
This reverts commit 90097de6c3cf58989698b37c89baa8268895fc86.
-rw-r--r-- | bin/Robust.HG.ini.example | 8 | ||||
-rw-r--r-- | bin/Robust.ini.example | 6 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 3 |
3 files changed, 1 insertions, 16 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 2afb978..d9f1ca1 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -1,4 +1,4 @@ | |||
1 | i * Run | 1 | ; * Run |
2 | ; * $ Robust.exe -inifile Robust.HG.ini | 2 | ; * $ Robust.exe -inifile Robust.HG.ini |
3 | ; * | 3 | ; * |
4 | 4 | ||
@@ -311,9 +311,6 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
311 | ;; Ask co-operative viewers to use a different currency name | 311 | ;; Ask co-operative viewers to use a different currency name |
312 | ;Currency = "" | 312 | ;Currency = "" |
313 | 313 | ||
314 | ;; Minimum fee for creation of classified | ||
315 | ; ClassifiedFee = 0 | ||
316 | |||
317 | WelcomeMessage = "Welcome, Avatar!" | 314 | WelcomeMessage = "Welcome, Avatar!" |
318 | AllowRemoteSetLoginLevel = "false" | 315 | AllowRemoteSetLoginLevel = "false" |
319 | 316 | ||
@@ -439,9 +436,6 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
439 | ; this is the entry point for all user-related HG services | 436 | ; this is the entry point for all user-related HG services |
440 | ; uas = http://127.0.0.1:8002/ | 437 | ; uas = http://127.0.0.1:8002/ |
441 | 438 | ||
442 | ;; Minimum fee to publish classified add | ||
443 | ; ClassifiedFee = 0 | ||
444 | |||
445 | [GatekeeperService] | 439 | [GatekeeperService] |
446 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 440 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
447 | ;; for the service | 441 | ;; for the service |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 3440191..7d6492b 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -274,9 +274,6 @@ 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 | |||
280 | WelcomeMessage = "Welcome, Avatar!" | 277 | WelcomeMessage = "Welcome, Avatar!" |
281 | AllowRemoteSetLoginLevel = "false" | 278 | AllowRemoteSetLoginLevel = "false" |
282 | 279 | ||
@@ -396,9 +393,6 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
396 | ; password help: optional: page providing password assistance for users of your grid | 393 | ; password help: optional: page providing password assistance for users of your grid |
397 | ;password = http://127.0.0.1/password | 394 | ;password = http://127.0.0.1/password |
398 | 395 | ||
399 | ;; Minimum fee to publish classified add | ||
400 | ; ClassifiedFee = 0 | ||
401 | |||
402 | [UserProfilesService] | 396 | [UserProfilesService] |
403 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" | 397 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" |
404 | Enabled = false | 398 | Enabled = false |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 8ec3daf..8c23c41 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -222,9 +222,6 @@ | |||
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 | |||
228 | [MapImageService] | 225 | [MapImageService] |
229 | ; Set this if you want to change the default | 226 | ; Set this if you want to change the default |
230 | ; TilesStoragePath = "maptiles" | 227 | ; TilesStoragePath = "maptiles" |