diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 3 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 22b39ce..6dbb611 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -970,7 +970,8 @@ | |||
970 | 970 | ||
971 | ;; This page should have Accept/Decline links somewhere | 971 | ;; This page should have Accept/Decline links somewhere |
972 | ;; that affect the GridUsers table. If you don't have such | 972 | ;; that affect the GridUsers table. If you don't have such |
973 | ;; script in place, don't use the TOSModule | 973 | ;; script in place, don't use the TOSModule. The TOSModule appends this URL |
974 | ;; with a query ?user={userid}&sid={sessionid} | ||
974 | ;# {TOS_URL} {} {The URL for the TOS page} {} | 975 | ;# {TOS_URL} {} {The URL for the TOS page} {} |
975 | TOS_URL = "http://mygrid.com/tos" | 976 | TOS_URL = "http://mygrid.com/tos" |
976 | 977 | ||
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index b0ae351..76d588c 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -130,6 +130,7 @@ | |||
130 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 130 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
131 | ;; for the service | 131 | ;; for the service |
132 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 132 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
133 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | ||
133 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 134 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
134 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 135 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
135 | GridService = "OpenSim.Services.GridService.dll:GridService" | 136 | GridService = "OpenSim.Services.GridService.dll:GridService" |