aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index f36dab0..8253b4e 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -2269,6 +2269,13 @@
2269 ;; This enables the built in basic dwell module 2269 ;; This enables the built in basic dwell module
2270 DwellModule = DefaultDwellModule 2270 DwellModule = DefaultDwellModule
2271 2271
2272[ServerReleaseNotes]
2273 ;; This enabled the build in Server Release Notes
2274 Enabled = false
2275 ;; Set this to the URL of your Release Notes
2276 ;; {ServerReleaseNotesURL} {} {Set this to the URL of your Release Notes} {}
2277 ServerReleaseNotesURL = http://localhost/ReleaseNotes.html
2278
2272[Modules] 2279[Modules]
2273 Include-modules = "addon-modules/*/config/*.ini" 2280 Include-modules = "addon-modules/*/config/*.ini"
2274 2281