diff options
author | Melanie Thielker | 2009-07-07 16:46:24 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-07-07 16:46:24 +0000 |
commit | 10d874fb27270bef3d6cf051ad0214032abb2639 (patch) | |
tree | 08de1680656d17761cf7424e95333472c5ec9c9c /bin/OpenSim.Servers.UserServer.ini.example | |
parent | Committing the basic universal server Technology (B.U.S.T.) (diff) | |
download | opensim-SC_OLD-10d874fb27270bef3d6cf051ad0214032abb2639.zip opensim-SC_OLD-10d874fb27270bef3d6cf051ad0214032abb2639.tar.gz opensim-SC_OLD-10d874fb27270bef3d6cf051ad0214032abb2639.tar.bz2 opensim-SC_OLD-10d874fb27270bef3d6cf051ad0214032abb2639.tar.xz |
Removing the left over monolithic user server config files
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.Servers.UserServer.ini.example | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/OpenSim.Servers.UserServer.ini.example b/bin/OpenSim.Servers.UserServer.ini.example deleted file mode 100644 index 508cde1..0000000 --- a/bin/OpenSim.Servers.UserServer.ini.example +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
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.UserServer.ini" | ||
6 | ; logfile = "UserServer.log" ; Also read from application config file | ||
7 | |||
8 | [Network] | ||
9 | port = 8002 | ||
10 | |||
11 | [UserService] | ||
12 | LocalServiceModule = "OpenSim.Services.UserService.dll:UserService" | ||
13 | StorageProvider = "OpenSim.Data.MySQL.dll" | ||
14 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;" | ||