aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-22 00:58:11 +0100
committerJustin Clark-Casey (justincc)2011-08-22 00:58:11 +0100
commit2307d9a2f9e733fd2c18928a6aebdffb5e22c9a9 (patch)
treeb9696b760d951ddc38bdd4cb9508e946e20faa72 /bin/config-include/StandaloneCommon.ini.example
parentAdd avatar and attachments to llRegionSay (diff)
downloadopensim-SC_OLD-2307d9a2f9e733fd2c18928a6aebdffb5e22c9a9.zip
opensim-SC_OLD-2307d9a2f9e733fd2c18928a6aebdffb5e22c9a9.tar.gz
opensim-SC_OLD-2307d9a2f9e733fd2c18928a6aebdffb5e22c9a9.tar.bz2
opensim-SC_OLD-2307d9a2f9e733fd2c18928a6aebdffb5e22c9a9.tar.xz
minor: Add explanative text for the new currency parameter. Convert some tabs to spaces
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example33
1 files changed, 17 insertions, 16 deletions
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