mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
move out the config files to .example files so that they
don't clobber people's configs all the time, and that we don't get new changes pulled in randomly from people's configs
This commit is contained in:
@@ -13,7 +13,7 @@ serverside_object_permissions = false
|
||||
; asset_database = "db4o"
|
||||
; to try sqlite as the asset database , comment out the above line, and uncomment following one
|
||||
asset_database = "sqlite"
|
||||
noverbose = false
|
||||
verbose = true
|
||||
|
||||
[StandAlone]
|
||||
accounts_authenticate = true
|
||||
4
bin/startup_commands.txt.example
Normal file
4
bin/startup_commands.txt.example
Normal file
@@ -0,0 +1,4 @@
|
||||
terrain load-tile f32 islandterrain_1024x512.raw 512 1024 1000 1000
|
||||
terrain multiply 0.1
|
||||
terrain add 5
|
||||
|
||||
Reference in New Issue
Block a user