diff options
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 76d7a99..d0b152c 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -134,6 +134,9 @@ | |||
134 | ; Url to search service | 134 | ; Url to search service |
135 | ; SearchURL = "${Const|BaseURL}:${Const|PublicPort}"; | 135 | ; SearchURL = "${Const|BaseURL}:${Const|PublicPort}"; |
136 | 136 | ||
137 | ; For V3 destination guide | ||
138 | ; DestinationGuide = "${Const|BaseURL}/guide" | ||
139 | |||
137 | ; The minimum user level required for a user to be able to login. 0 by default | 140 | ; The minimum user level required for a user to be able to login. 0 by default |
138 | ; If you disable a particular user's account then you can set their login level below this number. | 141 | ; If you disable a particular user's account then you can set their login level below this number. |
139 | ; You can also change this level from the console though these changes will not be persisted. | 142 | ; You can also change this level from the console though these changes will not be persisted. |
@@ -222,26 +225,21 @@ | |||
222 | ; information on a standalone | 225 | ; information on a standalone |
223 | ;welcome = ${Const|BaseURL}/welcome | 226 | ;welcome = ${Const|BaseURL}/welcome |
224 | 227 | ||
225 | ; helper uri: optional: if it exists if will be used to tell the client to use | 228 | ; helper uri: optional: if it exists it will be used to tell the client to use |
226 | ; this for all economy related things | 229 | ; this for all economy related things |
227 | ; currently unused | 230 | ;economy = ${Const|BaseURL}/economy |
228 | ;economy = ${Const|BaseURL}:${Const|PublicPort}/ | ||
229 | 231 | ||
230 | ; web page of grid: optional: page providing further information about your grid | 232 | ; web page of grid: optional: page providing further information about your grid |
231 | ; currently unused | 233 | ;about = ${Const|BaseURL}/about |
232 | ;about = ${Const|BaseURL}/about/ | ||
233 | 234 | ||
234 | ; account creation: optional: page providing further information about obtaining | 235 | ; account creation: optional: page providing further information about obtaining |
235 | ; a user account on your grid | 236 | ; a user account on your grid |
236 | ; currently unused | ||
237 | ;register = ${Const|BaseURL}/register | 237 | ;register = ${Const|BaseURL}/register |
238 | 238 | ||
239 | ; help: optional: page providing further assistance for users of your grid | 239 | ; help: optional: page providing further assistance for users of your grid |
240 | ; currently unused | ||
241 | ;help = ${Const|BaseURL}/help | 240 | ;help = ${Const|BaseURL}/help |
242 | 241 | ||
243 | ; password help: optional: page providing password assistance for users of your grid | 242 | ; password help: optional: page providing password assistance for users of your grid |
244 | ; currently unused | ||
245 | ;password = ${Const|BaseURL}/password | 243 | ;password = ${Const|BaseURL}/password |
246 | 244 | ||
247 | ; HG address of the gatekeeper, if you have one | 245 | ; HG address of the gatekeeper, if you have one |