diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index ee0523f..c057887 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -45,14 +45,15 @@ | |||
45 | [Modules] | 45 | [Modules] |
46 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 46 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
47 | ;; Copy the config .example file into your own .ini file and change configs there | 47 | ;; Copy the config .example file into your own .ini file and change configs there |
48 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. | ||
48 | 49 | ||
49 | ;AssetCaching = "GlynnTuckerAssetCache" | 50 | AssetCaching = "FlotsamAssetCache" |
51 | Include-FlotsamCache = "config-include/FlotsamCache.ini" | ||
50 | 52 | ||
51 | ;AssetCaching = "FlotsamAssetCache" | 53 | ;AssetCaching = "GlynnTuckerAssetCache" |
52 | ;Include-FlotsamCache = "config-include/FlotsamCache.ini" | ||
53 | 54 | ||
54 | AssetCaching = "CenomeMemoryAssetCache" | 55 | ; AssetCaching = "CenomeMemoryAssetCache" |
55 | Include-CenomeCache = "config-include/CenomeCache.ini" | 56 | ; Include-CenomeCache = "config-include/CenomeCache.ini" |
56 | 57 | ||
57 | ;; Authorization is not on by default, as it depends on external php | 58 | ;; Authorization is not on by default, as it depends on external php |
58 | ;AuthorizationServices = "LocalAuthorizationServicesConnector" | 59 | ;AuthorizationServices = "LocalAuthorizationServicesConnector" |
@@ -96,23 +97,26 @@ | |||
96 | SRV_FriendsServerURI = "http://127.0.0.1:9000" | 97 | SRV_FriendsServerURI = "http://127.0.0.1:9000" |
97 | SRV_IMServerURI = "http://127.0.0.1:9000" | 98 | SRV_IMServerURI = "http://127.0.0.1:9000" |
98 | 99 | ||
99 | ;; For Viewer 2 | 100 | ;; For Viewer 2 |
100 | MapTileURL = "http://127.0.0.1:9000/" | 101 | MapTileURL = "http://127.0.0.1:9000/" |
101 | 102 | ||
102 | ;; Regular expressions for controlling which client versions are accepted/denied. | 103 | ;; Ask co-operative viewers to use a different currency name |
103 | ;; An empty string means nothing is checked. | 104 | ;Currency = "" |
104 | ;; | 105 | |
105 | ;; Example 1: allow only these 3 types of clients (any version of them) | 106 | ;; Regular expressions for controlling which client versions are accepted/denied. |
106 | ;; AllowedClients = "Imprudence|Hippo|Second Life" | 107 | ;; An empty string means nothing is checked. |
107 | ;; | 108 | ;; |
108 | ;; Example 2: allow all clients except these | 109 | ;; Example 1: allow only these 3 types of clients (any version of them) |
109 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" | 110 | ;; AllowedClients = "Imprudence|Hippo|Second Life" |
110 | ;; | 111 | ;; |
111 | ;; Note that these are regular expressions, so every character counts. | 112 | ;; Example 2: allow all clients except these |
112 | ;; Also note that this is very weak security and should not be trusted as a reliable means | 113 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" |
113 | ;; for keeping bad clients out; modified clients can fake their identifiers. | 114 | ;; |
114 | ;; | 115 | ;; Note that these are regular expressions, so every character counts. |
115 | ;; | 116 | ;; Also note that this is very weak security and should not be trusted as a reliable means |
117 | ;; for keeping bad clients out; modified clients can fake their identifiers. | ||
118 | ;; | ||
119 | ;; | ||
116 | ;AllowedClients = "" | 120 | ;AllowedClients = "" |
117 | ;DeniedClients = "" | 121 | ;DeniedClients = "" |
118 | 122 | ||