diff options
author | Diva Canto | 2011-06-15 11:11:14 -0700 |
---|---|---|
committer | Diva Canto | 2011-06-15 11:11:14 -0700 |
commit | bbe489e64a4c1bfdae591f3b6cf60ee0b1809176 (patch) | |
tree | 599086b6771b061f3c4c2fcfca9a29686e1f2943 /bin/config-include | |
parent | Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on t... (diff) | |
download | opensim-SC_OLD-bbe489e64a4c1bfdae591f3b6cf60ee0b1809176.zip opensim-SC_OLD-bbe489e64a4c1bfdae591f3b6cf60ee0b1809176.tar.gz opensim-SC_OLD-bbe489e64a4c1bfdae591f3b6cf60ee0b1809176.tar.bz2 opensim-SC_OLD-bbe489e64a4c1bfdae591f3b6cf60ee0b1809176.tar.xz |
Added missing config var for map image service.
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 29c2af1..cbe3fa0 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -223,3 +223,7 @@ | |||
223 | ; password help: optional: page providing password assistance for users of your grid | 223 | ; password help: optional: page providing password assistance for users of your grid |
224 | ; currently unused | 224 | ; currently unused |
225 | ;password = http://127.0.0.1/password | 225 | ;password = http://127.0.0.1/password |
226 | |||
227 | [MapImageService] | ||
228 | ; Set this if you want to change the default | ||
229 | ; TilesStoragePath = "maptiles" | ||