diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 1 | ||||
-rw-r--r-- | bin/Robust.ini.example | 1 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 33 |
3 files changed, 19 insertions, 16 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index b760abd..910ba02 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -203,6 +203,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
203 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 203 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
204 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | 204 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" |
205 | 205 | ||
206 | ;; Ask co-operative viewers to use a different currency name | ||
206 | ;Currency = "" | 207 | ;Currency = "" |
207 | 208 | ||
208 | WelcomeMessage = "Welcome, Avatar!" | 209 | WelcomeMessage = "Welcome, Avatar!" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index a36d255..f7781ab 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -188,6 +188,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
188 | LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" | 188 | LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" |
189 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | 189 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" |
190 | 190 | ||
191 | ;; Ask co-operative viewers to use a different currency name | ||
191 | ;Currency = "" | 192 | ;Currency = "" |
192 | 193 | ||
193 | WelcomeMessage = "Welcome, Avatar!" | 194 | WelcomeMessage = "Welcome, Avatar!" |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 431dce1..c057887 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -97,25 +97,26 @@ | |||
97 | SRV_FriendsServerURI = "http://127.0.0.1:9000" | 97 | SRV_FriendsServerURI = "http://127.0.0.1:9000" |
98 | SRV_IMServerURI = "http://127.0.0.1:9000" | 98 | SRV_IMServerURI = "http://127.0.0.1:9000" |
99 | 99 | ||
100 | ;; For Viewer 2 | 100 | ;; For Viewer 2 |
101 | MapTileURL = "http://127.0.0.1:9000/" | 101 | MapTileURL = "http://127.0.0.1:9000/" |
102 | 102 | ||
103 | ;; Ask co-operative viewers to use a different currency name | ||
103 | ;Currency = "" | 104 | ;Currency = "" |
104 | 105 | ||
105 | ;; Regular expressions for controlling which client versions are accepted/denied. | 106 | ;; Regular expressions for controlling which client versions are accepted/denied. |
106 | ;; An empty string means nothing is checked. | 107 | ;; An empty string means nothing is checked. |
107 | ;; | 108 | ;; |
108 | ;; Example 1: allow only these 3 types of clients (any version of them) | 109 | ;; Example 1: allow only these 3 types of clients (any version of them) |
109 | ;; AllowedClients = "Imprudence|Hippo|Second Life" | 110 | ;; AllowedClients = "Imprudence|Hippo|Second Life" |
110 | ;; | 111 | ;; |
111 | ;; Example 2: allow all clients except these | 112 | ;; Example 2: allow all clients except these |
112 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" | 113 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" |
113 | ;; | 114 | ;; |
114 | ;; Note that these are regular expressions, so every character counts. | 115 | ;; Note that these are regular expressions, so every character counts. |
115 | ;; Also note that this is very weak security and should not be trusted as a reliable means | 116 | ;; Also note that this is very weak security and should not be trusted as a reliable means |
116 | ;; for keeping bad clients out; modified clients can fake their identifiers. | 117 | ;; for keeping bad clients out; modified clients can fake their identifiers. |
117 | ;; | 118 | ;; |
118 | ;; | 119 | ;; |
119 | ;AllowedClients = "" | 120 | ;AllowedClients = "" |
120 | ;DeniedClients = "" | 121 | ;DeniedClients = "" |
121 | 122 | ||