From bf27216a290c125f565d08700bb6693387fac9bf Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 4 Aug 2019 10:30:42 +1000 Subject: Add a basic generic web server, and a login page, plus stubs for the other basic pages. And update everyone to suit. --- bin/config-include/config_MG.ini | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'bin/config-include/config_MG.ini') diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini index a8992f8..62b523c 100644 --- a/bin/config-include/config_MG.ini +++ b/bin/config-include/config_MG.ini @@ -18,6 +18,7 @@ ConfigPath = "../../config" DbPath = "../../db" LogPath = "../../logs" + WebPath = "../../web" [Const] MOTD = "All of the World is a Stage, and Everyone's a Critic." @@ -98,3 +99,25 @@ Region_MisFitz_HyperPort = "FallbackRegion" Region_MisFitz_Sandbox = "FallbackRegion" Region_MisFitz_Continuum= "DefaultHGRegion" + +[GridInfoService] + ; login page: optional: if it exists it will be used to tell the client to use + ; this as splash page + welcome = ${Const|jOpensimURL}/index.php?option=com_opensim + + ; helper uri: optional: if it exists it will be used to tell the client to use + ; this for all economy related things + economy = ${Const|BaseURL}/_tools/helper/ + + ; web page of grid: optional: page providing further information about your grid + ;about = ${Const|BaseURL}/about + + ; account creation: optional: page providing further information about obtaining + ; a user account on your grid + ;register = ${Const|BaseURL}/register + + ; help: optional: page providing further assistance for users of your grid + ;help = ${Const|BaseURL}/help + + ; password help: optional: page providing password assistance for users of your grid + ;password = ${Const|BaseURL}/password -- cgit v1.1