diff options
author | Diva Canto | 2012-09-25 20:03:49 -0700 |
---|---|---|
committer | Diva Canto | 2012-09-25 20:03:49 -0700 |
commit | ae58cf42242433c786162b53a2724962f4a8380b (patch) | |
tree | b6011d3ea34e838138a63279ec5bf270c464d04d /bin | |
parent | Oops, that should be inside the curly bracket. (diff) | |
download | opensim-SC_OLD-ae58cf42242433c786162b53a2724962f4a8380b.zip opensim-SC_OLD-ae58cf42242433c786162b53a2724962f4a8380b.tar.gz opensim-SC_OLD-ae58cf42242433c786162b53a2724962f4a8380b.tar.bz2 opensim-SC_OLD-ae58cf42242433c786162b53a2724962f4a8380b.tar.xz |
TOS module. WARNING: migration in GridUser table.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 28 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
2 files changed, 32 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 3ec4bab..a602dcc 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -917,6 +917,34 @@ | |||
917 | ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island | 917 | ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island |
918 | ; InitialTerrain = "pinhead-island" | 918 | ; InitialTerrain = "pinhead-island" |
919 | 919 | ||
920 | [TOSModule] | ||
921 | ;; Terms of Service module. It requires an external web script. Unless you | ||
922 | ;; have that in place, don't enable this module. | ||
923 | |||
924 | ;# {Enabled} {} {Enable TOS facilities} {true false} false | ||
925 | ; Enabled = false | ||
926 | |||
927 | ;; Should local users be shown the TOS on first login? | ||
928 | ;# {ShowToLocalUsers} {} {Show TOS to local users} {true false} false | ||
929 | ; ShowToLocalUsers = false | ||
930 | ;; Should foreign users be shown the TOS on first HG login? | ||
931 | ;# {ShowToForeignUsers} {} {Show TOS to foreign users} {true false} true | ||
932 | ; ShowToForeignUsers = true | ||
933 | |||
934 | ;; Tell the users what this is about | ||
935 | ; Message = "Please read and agree to the Terms of Service" | ||
936 | |||
937 | ;; How much time do the users have to accept the TOS before they get kicked out? | ||
938 | ;; (in minutes) | ||
939 | ; Timeout = 5 | ||
940 | |||
941 | ;; This page should have Accept/Decline links somewhere | ||
942 | ;; that affect the GridUsers table. If you don't have such | ||
943 | ;; script in place, don't use the TOSModule | ||
944 | ;# {TOS_URL} {} {The URL for the TOS page} {} | ||
945 | TOS_URL = "http://mygrid.com/tos" | ||
946 | |||
947 | |||
920 | [Architecture] | 948 | [Architecture] |
921 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini | 949 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini |
922 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, | 950 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 315ffbe..744187b 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1624,6 +1624,10 @@ | |||
1624 | [Terrain] | 1624 | [Terrain] |
1625 | InitialTerrain = "pinhead-island" | 1625 | InitialTerrain = "pinhead-island" |
1626 | 1626 | ||
1627 | [TOSModule] | ||
1628 | ;; Enable TOS facilities | ||
1629 | Enabled = false | ||
1630 | |||
1627 | ;; | 1631 | ;; |
1628 | ;; If you are using a simian grid frontend you can enable | 1632 | ;; If you are using a simian grid frontend you can enable |
1629 | ;; this module to upload tile images for the mapping fn | 1633 | ;; this module to upload tile images for the mapping fn |