minor: Make config-include .ini files more consistent
Chiefly tabs to spaces. No actual setting changes0.7.6-extended
parent
de4d568923
commit
ac2b1497c0
|
@ -64,5 +64,6 @@
|
||||||
|
|
||||||
[MapImageService]
|
[MapImageService]
|
||||||
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
|
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
|
||||||
|
|
||||||
; in minutes
|
; in minutes
|
||||||
RefreshTime = 60
|
RefreshTime = 60
|
||||||
|
|
|
@ -206,7 +206,6 @@
|
||||||
; Example:
|
; Example:
|
||||||
; Region_Test_1 = "DisallowForeigners"
|
; Region_Test_1 = "DisallowForeigners"
|
||||||
|
|
||||||
|
|
||||||
;; Uncomment if you are using SimianGrid for grid services
|
;; Uncomment if you are using SimianGrid for grid services
|
||||||
[SimianGrid]
|
[SimianGrid]
|
||||||
;; SimianGrid services URL
|
;; SimianGrid services URL
|
||||||
|
|
|
@ -96,5 +96,6 @@
|
||||||
|
|
||||||
[MapImageService]
|
[MapImageService]
|
||||||
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
|
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
|
||||||
|
|
||||||
; in minutes
|
; in minutes
|
||||||
RefreshTime = 60
|
RefreshTime = 60
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
; accessible from other grids
|
; accessible from other grids
|
||||||
;
|
;
|
||||||
ProfileServerURI = "http://mygridserver.com:8002/user"
|
ProfileServerURI = "http://mygridserver.com:8002/user"
|
||||||
|
|
||||||
;; If you want to protect your assets from being copied by foreign visitors
|
;; If you want to protect your assets from being copied by foreign visitors
|
||||||
;; uncomment the next line. You may want to do this on sims that have licensed content.
|
;; uncomment the next line. You may want to do this on sims that have licensed content.
|
||||||
; OutboundPermission = False
|
; OutboundPermission = False
|
||||||
|
|
|
@ -118,6 +118,7 @@
|
||||||
|
|
||||||
[MapImageService]
|
[MapImageService]
|
||||||
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
|
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
|
||||||
|
|
||||||
; in minutes
|
; in minutes
|
||||||
RefreshTime = 60
|
RefreshTime = 60
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
;; This is a default that can be overwritten in some sections.
|
;; This is a default that can be overwritten in some sections.
|
||||||
; GatekeeperURI = "http://127.0.0.1:9000"
|
; GatekeeperURI = "http://127.0.0.1:9000"
|
||||||
|
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
;; Choose one cache module and the corresponding config file, if it exists.
|
;; Choose one cache module and the corresponding config file, if it exists.
|
||||||
;; Copy the config .example file into your own .ini file and alter that
|
;; Copy the config .example file into your own .ini file and alter that
|
||||||
|
@ -385,5 +384,3 @@
|
||||||
|
|
||||||
UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
|
UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
|
||||||
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue