diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-08-01 15:12:58 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-08-01 15:12:58 -0700 |
commit | 1f6d19436e659954d766d6d3698d0bfabde4fa81 (patch) | |
tree | dae2144b182f57e4329ad6e32648002ce1deb9e9 /indra/newview/app_settings/settings.xml | |
parent | 12bbf0e92251818c397bc4e33a26395b3ad98175 (diff) |
ACME: add SLShareHost variable to settings.xml, which allows changing the fb service host location as needed.
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rwxr-xr-x | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 672e323801..832610c72c 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -3456,6 +3456,17 @@ <key>Value</key> <integer>0</integer> </map> + <key>SLShareHost</key> + <map> + <key>Comment</key> + <string>Host for contacting SL FB services</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string>http://int.fbc.aditi.lindenlab.com</string> + </map> <key>FastCacheFetchEnabled</key> <map> <key>Comment</key> |