aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/config_IG.ini23
-rw-r--r--bin/config-include/config_MG.ini23
-rw-r--r--bin/config-include/config_localhost.ini1
3 files changed, 47 insertions, 0 deletions
diff --git a/bin/config-include/config_IG.ini b/bin/config-include/config_IG.ini
index abe159b..81c5c9d 100644
--- a/bin/config-include/config_IG.ini
+++ b/bin/config-include/config_IG.ini
@@ -18,6 +18,7 @@
18 ConfigPath = "../../config" 18 ConfigPath = "../../config"
19 DbPath = "../../db" 19 DbPath = "../../db"
20 LogPath = "../../logs" 20 LogPath = "../../logs"
21 WebPath = "../../web"
21 22
22[Const] 23[Const]
23 MOTD = "onefang needs a little coding or sysadmin work to keep IG going. Please help me find some." 24 MOTD = "onefang needs a little coding or sysadmin work to keep IG going. Please help me find some."
@@ -77,3 +78,25 @@
77 Region_Welcome = "DefaultRegion, FallbackRegion, Persistent" 78 Region_Welcome = "DefaultRegion, FallbackRegion, Persistent"
78 Region_Sandbox = "DefaultRegion, FallbackRegion, Persistent" 79 Region_Sandbox = "DefaultRegion, FallbackRegion, Persistent"
79 Region_Kellietown = "DefaultRegion, FallbackRegion, Persistent" 80 Region_Kellietown = "DefaultRegion, FallbackRegion, Persistent"
81
82[GridInfoService]
83 ; login page: optional: if it exists it will be used to tell the client to use
84 ; this as splash page
85 welcome = ${Const|BaseURL}/drupal/loginpage
86
87 ; helper uri: optional: if it exists it will be used to tell the client to use
88 ; this for all economy related things
89 ;economy = ${Const|BaseURL}/economy
90
91 ; web page of grid: optional: page providing further information about your grid
92 about = ${Const|BaseURL}/drupal/
93
94 ; account creation: optional: page providing further information about obtaining
95 ; a user account on your grid
96 register = ${Const|BaseURL}/drupal/content/How_to_join
97
98 ; help: optional: page providing further assistance for users of your grid
99 help = ${Const|BaseURL}/drupal/Tags/help
100
101 ; password help: optional: page providing password assistance for users of your grid
102 password = ${Const|BaseURL}/drupal
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 @@
18 ConfigPath = "../../config" 18 ConfigPath = "../../config"
19 DbPath = "../../db" 19 DbPath = "../../db"
20 LogPath = "../../logs" 20 LogPath = "../../logs"
21 WebPath = "../../web"
21 22
22[Const] 23[Const]
23 MOTD = "All of the World is a Stage, and Everyone's a Critic." 24 MOTD = "All of the World is a Stage, and Everyone's a Critic."
@@ -98,3 +99,25 @@
98 Region_MisFitz_HyperPort = "FallbackRegion" 99 Region_MisFitz_HyperPort = "FallbackRegion"
99 Region_MisFitz_Sandbox = "FallbackRegion" 100 Region_MisFitz_Sandbox = "FallbackRegion"
100 Region_MisFitz_Continuum= "DefaultHGRegion" 101 Region_MisFitz_Continuum= "DefaultHGRegion"
102
103[GridInfoService]
104 ; login page: optional: if it exists it will be used to tell the client to use
105 ; this as splash page
106 welcome = ${Const|jOpensimURL}/index.php?option=com_opensim
107
108 ; helper uri: optional: if it exists it will be used to tell the client to use
109 ; this for all economy related things
110 economy = ${Const|BaseURL}/_tools/helper/
111
112 ; web page of grid: optional: page providing further information about your grid
113 ;about = ${Const|BaseURL}/about
114
115 ; account creation: optional: page providing further information about obtaining
116 ; a user account on your grid
117 ;register = ${Const|BaseURL}/register
118
119 ; help: optional: page providing further assistance for users of your grid
120 ;help = ${Const|BaseURL}/help
121
122 ; password help: optional: page providing password assistance for users of your grid
123 ;password = ${Const|BaseURL}/password
diff --git a/bin/config-include/config_localhost.ini b/bin/config-include/config_localhost.ini
index 9959ae1..e95b04c 100644
--- a/bin/config-include/config_localhost.ini
+++ b/bin/config-include/config_localhost.ini
@@ -18,6 +18,7 @@
18 ConfigPath = "../../config" 18 ConfigPath = "../../config"
19 DbPath = "../../db" 19 DbPath = "../../db"
20 LogPath = "../../logs" 20 LogPath = "../../logs"
21 WebPath = "../../web"
21 22
22[Const] 23[Const]
23 MOTD = "Welcome to your local grid." 24 MOTD = "Welcome to your local grid."