Advertisement
Guest User

Multiple Site App Configuration

a guest
Dec 5th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.61 KB | None | 0 0
  1. <dict>
  2.     <key>serverLogins</key>
  3.     <array>
  4.         <dict>
  5.             <key>serverURL</key>
  6.             <string>https://example1.rz-ops.com</string>
  7.             <key>serverDescription</key>
  8.             <string>Example 1</string>
  9.         </dict>
  10.         <dict>
  11.             <key>serverURL</key>
  12.             <string>https://example2.rz-ops.com</string>
  13.             <key>serverDescription</key>
  14.             <string>Example 2</string>
  15.         </dict>
  16.     </array>
  17. </dict>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement