diff options
author | BlueWall | 2013-05-01 23:01:33 -0400 |
---|---|---|
committer | BlueWall | 2013-05-01 23:01:33 -0400 |
commit | 4cb73192a78f0c8d15c2eb052c7c632bb678ce5f (patch) | |
tree | aff5db11088836f01851bb9cd43443f31f3769a4 | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-4cb73192a78f0c8d15c2eb052c7c632bb678ce5f.zip opensim-SC_OLD-4cb73192a78f0c8d15c2eb052c7c632bb678ce5f.tar.gz opensim-SC_OLD-4cb73192a78f0c8d15c2eb052c7c632bb678ce5f.tar.bz2 opensim-SC_OLD-4cb73192a78f0c8d15c2eb052c7c632bb678ce5f.tar.xz |
Make default config directory "."
-rw-r--r-- | bin/Robust.HG.ini.example | 2 | ||||
-rw-r--r-- | bin/Robust.ini.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index d74f205..fee2a87 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -35,7 +35,7 @@ | |||
35 | ; Modular configurations | 35 | ; Modular configurations |
36 | ; Set path to directory for modular ini files... | 36 | ; Set path to directory for modular ini files... |
37 | ; The Robust.exe process must have R/W access to the location | 37 | ; The Robust.exe process must have R/W access to the location |
38 | ConfigDirectory = "/home/opensim/etc/Configs" | 38 | ConfigDirectory = "." |
39 | 39 | ||
40 | [ServiceList] | 40 | [ServiceList] |
41 | 41 | ||
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index b7b2524..2d5aa8c 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -27,7 +27,7 @@ | |||
27 | ; Modular configurations | 27 | ; Modular configurations |
28 | ; Set path to directory for modular ini files... | 28 | ; Set path to directory for modular ini files... |
29 | ; The Robust.exe process must have R/W access to the location | 29 | ; The Robust.exe process must have R/W access to the location |
30 | ConfigDirectory = "/home/opensim/etc/Configs" | 30 | ConfigDirectory = "." |
31 | 31 | ||
32 | [ServiceList] | 32 | [ServiceList] |
33 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 33 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" |