diff options
Diffstat (limited to 'bin/OpenSim.Server.ini.example')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example new file mode 100644 index 0000000..b2e0f96 --- /dev/null +++ b/bin/OpenSim.Server.ini.example | |||
@@ -0,0 +1,19 @@ | |||
1 | [Startup] | ||
2 | ; These are also available as command line options | ||
3 | |||
4 | ; console = "local" ; Use "basic" to use this on a pipe | ||
5 | ; inifile = "OpenSim.Servers.AssetServer.ini" | ||
6 | ; logfile = "AssetServer.log" ; Also read from application config file | ||
7 | |||
8 | ; Connectors, comma separated | ||
9 | ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector" | ||
10 | |||
11 | [Network] | ||
12 | port = 8003 | ||
13 | |||
14 | [AssetService] | ||
15 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | ||
16 | StorageProvider = "OpenSim.Data.MySQL.dll" | ||
17 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;" | ||
18 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | ||
19 | AssetLoaderArgs = "assets/AssetSets.xml" | ||