Revert "Add option to set minimum fee for classified ads"
This reverts commit 90097de6c3
.
cpu-performance
parent
9f8a8f3719
commit
9fec0faade
|
@ -1,4 +1,4 @@
|
||||||
i * Run
|
; * Run
|
||||||
; * $ Robust.exe -inifile Robust.HG.ini
|
; * $ Robust.exe -inifile Robust.HG.ini
|
||||||
; *
|
; *
|
||||||
|
|
||||||
|
@ -311,9 +311,6 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
|
||||||
;; Ask co-operative viewers to use a different currency name
|
;; Ask co-operative viewers to use a different currency name
|
||||||
;Currency = ""
|
;Currency = ""
|
||||||
|
|
||||||
;; Minimum fee for creation of classified
|
|
||||||
; ClassifiedFee = 0
|
|
||||||
|
|
||||||
WelcomeMessage = "Welcome, Avatar!"
|
WelcomeMessage = "Welcome, Avatar!"
|
||||||
AllowRemoteSetLoginLevel = "false"
|
AllowRemoteSetLoginLevel = "false"
|
||||||
|
|
||||||
|
@ -439,9 +436,6 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
|
||||||
; this is the entry point for all user-related HG services
|
; this is the entry point for all user-related HG services
|
||||||
; uas = http://127.0.0.1:8002/
|
; uas = http://127.0.0.1:8002/
|
||||||
|
|
||||||
;; Minimum fee to publish classified add
|
|
||||||
; ClassifiedFee = 0
|
|
||||||
|
|
||||||
[GatekeeperService]
|
[GatekeeperService]
|
||||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
||||||
;; for the service
|
;; for the service
|
||||||
|
|
|
@ -274,9 +274,6 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
|
||||||
; Ask co-operative viewers to use a different currency name
|
; Ask co-operative viewers to use a different currency name
|
||||||
;Currency = ""
|
;Currency = ""
|
||||||
|
|
||||||
;; Minimum fee for creation of classified
|
|
||||||
; ClassifiedFee = 0
|
|
||||||
|
|
||||||
WelcomeMessage = "Welcome, Avatar!"
|
WelcomeMessage = "Welcome, Avatar!"
|
||||||
AllowRemoteSetLoginLevel = "false"
|
AllowRemoteSetLoginLevel = "false"
|
||||||
|
|
||||||
|
@ -396,9 +393,6 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
|
||||||
; password help: optional: page providing password assistance for users of your grid
|
; password help: optional: page providing password assistance for users of your grid
|
||||||
;password = http://127.0.0.1/password
|
;password = http://127.0.0.1/password
|
||||||
|
|
||||||
;; Minimum fee to publish classified add
|
|
||||||
; ClassifiedFee = 0
|
|
||||||
|
|
||||||
[UserProfilesService]
|
[UserProfilesService]
|
||||||
LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
|
LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
|
||||||
Enabled = false
|
Enabled = false
|
||||||
|
|
|
@ -222,9 +222,6 @@
|
||||||
; this is the entry point for all user-related HG services
|
; this is the entry point for all user-related HG services
|
||||||
; uas = http://127.0.0.1:9000/
|
; uas = http://127.0.0.1:9000/
|
||||||
|
|
||||||
;; Minimum fee to publish classified add
|
|
||||||
; ClassifiedFee = 0
|
|
||||||
|
|
||||||
[MapImageService]
|
[MapImageService]
|
||||||
; Set this if you want to change the default
|
; Set this if you want to change the default
|
||||||
; TilesStoragePath = "maptiles"
|
; TilesStoragePath = "maptiles"
|
||||||
|
|
Loading…
Reference in New Issue