diff options
author | GuduleLapointe | 2011-10-28 23:58:14 +0200 |
---|---|---|
committer | BlueWall | 2011-11-10 06:56:32 -0500 |
commit | 37583063eebb021784ce3b7d5aec75608c0cc27a (patch) | |
tree | dfd3f8166df8640298f19dbcdfc753dcee4d6ab0 /bin/OpenSim.ini.example | |
parent | minor: Correct misleading method doc on SOG.UpdateRootRotation() (diff) | |
download | opensim-SC_OLD-37583063eebb021784ce3b7d5aec75608c0cc27a.zip opensim-SC_OLD-37583063eebb021784ce3b7d5aec75608c0cc27a.tar.gz opensim-SC_OLD-37583063eebb021784ce3b7d5aec75608c0cc27a.tar.bz2 opensim-SC_OLD-37583063eebb021784ce3b7d5aec75608c0cc27a.tar.xz |
Allow custom setting for the console prompt
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to '')
-rwxr-xr-x | bin/OpenSim.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e71fb05..c5205db 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -230,6 +230,11 @@ | |||
230 | ;; by scripts have changed. | 230 | ;; by scripts have changed. |
231 | ; DeleteScriptsOnStartup = true | 231 | ; DeleteScriptsOnStartup = true |
232 | 232 | ||
233 | ;; Custom prompt | ||
234 | ;; This value replaces the word "Region" in console prompt | ||
235 | ;; (usualy "Region (regionName) # " | ||
236 | ;; Useful only if you have to monitor serveral servers | ||
237 | ; custom_prompt = "MyServer1" | ||
233 | 238 | ||
234 | [SMTP] | 239 | [SMTP] |
235 | ;; The SMTP server enabled the email module to send email to external | 240 | ;; The SMTP server enabled the email module to send email to external |