diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Robust.HG.ini.example | 1 | ||||
-rw-r--r-- | bin/Robust.ini.example | 1 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 3 | ||||
-rw-r--r-- | bin/shutdown_commands.txt | 3 | ||||
-rw-r--r-- | bin/shutdown_commands.txt.example | 3 | ||||
-rw-r--r-- | bin/startup_commands.txt | 3 | ||||
-rw-r--r-- | bin/startup_commands.txt.example | 3 |
7 files changed, 7 insertions, 10 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index d98c826..db9f08b 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -66,7 +66,6 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
66 | ; * in turn, reads the asset loader and database connection information | 66 | ; * in turn, reads the asset loader and database connection information |
67 | ; * | 67 | ; * |
68 | [AssetService] | 68 | [AssetService] |
69 | StorageProvider = "OpenSim.Data.MySQL.dll:MySQLAssetData" | ||
70 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 69 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |
71 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 70 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
72 | AssetLoaderArgs = "./assets/AssetSets.xml" | 71 | AssetLoaderArgs = "./assets/AssetSets.xml" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 691bfdc..326caeb 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -58,7 +58,6 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
58 | ; * in turn, reads the asset loader and database connection information | 58 | ; * in turn, reads the asset loader and database connection information |
59 | ; * | 59 | ; * |
60 | [AssetService] | 60 | [AssetService] |
61 | StorageProvider = "OpenSim.Data.MySQL.dll:MySQLAssetData" | ||
62 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 61 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |
63 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 62 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
64 | AssetLoaderArgs = "./assets/AssetSets.xml" | 63 | AssetLoaderArgs = "./assets/AssetSets.xml" |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 4c734a1..3dfbed7 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -44,7 +44,6 @@ | |||
44 | ;AuthorizationServices = "LocalAuthorizationServicesConnector" | 44 | ;AuthorizationServices = "LocalAuthorizationServicesConnector" |
45 | 45 | ||
46 | [AssetService] | 46 | [AssetService] |
47 | StorageProvider = "OpenSim.Data.MySQL.dll:MySQLAssetData" | ||
48 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 47 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
49 | AssetLoaderArgs = "assets/AssetSets.xml" | 48 | AssetLoaderArgs = "assets/AssetSets.xml" |
50 | 49 | ||
@@ -241,4 +240,4 @@ | |||
241 | ; DisallowForeigners -- HG visitors not allowed | 240 | ; DisallowForeigners -- HG visitors not allowed |
242 | ; DisallowResidents -- only Admins and Managers allowed | 241 | ; DisallowResidents -- only Admins and Managers allowed |
243 | ; Example: | 242 | ; Example: |
244 | ; Region_Test_1 = "DisallowForeigners" \ No newline at end of file | 243 | ; Region_Test_1 = "DisallowForeigners" |
diff --git a/bin/shutdown_commands.txt b/bin/shutdown_commands.txt deleted file mode 100644 index 4397749..0000000 --- a/bin/shutdown_commands.txt +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ; You can place simulator console commands here to execute when the simulator is shut down | ||
2 | ; e.g. show stats | ||
3 | ; Lines starting with ; are comments | ||
diff --git a/bin/shutdown_commands.txt.example b/bin/shutdown_commands.txt.example new file mode 100644 index 0000000..dc07dc9 --- /dev/null +++ b/bin/shutdown_commands.txt.example | |||
@@ -0,0 +1,3 @@ | |||
1 | ; Copy this file to shutdown_commands.txt to execute region console commands when the simulator is asked to shut down | ||
2 | ; e.g. show stats | ||
3 | ; Lines that start with ; are comments | ||
diff --git a/bin/startup_commands.txt b/bin/startup_commands.txt deleted file mode 100644 index 1abfa64..0000000 --- a/bin/startup_commands.txt +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ; You can place region console commands here to execute once the simulator has finished starting up | ||
2 | ; e.g. show stats | ||
3 | ; Lines start with ; are comments. | ||
diff --git a/bin/startup_commands.txt.example b/bin/startup_commands.txt.example new file mode 100644 index 0000000..677109c --- /dev/null +++ b/bin/startup_commands.txt.example | |||
@@ -0,0 +1,3 @@ | |||
1 | ; Copy this file to startup_commands.txt to run region console commands once the simulator has finished starting up | ||
2 | ; e.g. show stats | ||
3 | ; Lines that start with ; are comments. | ||