Guest User

umbraco courier config

a guest
Jun 26th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.97 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <!-- Repository connection settings -->
  4. <!-- For each site, a custom repository must be configured, so Courier knows how to connect and authenticate-->
  5. <repositories>
  6. <!-- If a custom Umbraco Membership provider is used, specify login & password + set the passwordEncoding to clear:
  7. <repository name="Sample" alias="sample" type="CourierWebserviceRepositoryProvider" visible="true">
  8. <url>http://sample.local</url>
  9.  
  10. Enter login details:
  11. <login>admin</login>
  12. <password>1234</password>
  13. <passwordEncoding>Clear</passwordEncoding>
  14.  
  15. OR just add the user ID:
  16. <userId>0</userId>
  17. </repository>-->
  18. <repository name="http://source" alias="http://source" type="CourierWebserviceRepositoryProvider" visible="true">
  19. <url>http://source</url>
  20. <user>0</user>
  21. <!--
  22. Alternative, you can specify the specific login / password / encryption values
  23. <login>admin</login>
  24. <password>1234</password>
  25. <passwordEncoding>Clean|Hashed</passwordEncoding>
  26. -->
  27. </repository>
  28. </repositories>
  29. <settings>
  30. <!--Enable error logging in /app_data/courier/logs/*.txt-->
  31. <debugMode>False</debugMode>
  32. <!--Enable short filenames for courier files, can be needed in env's with long root paths-->
  33. <enableShortFileNames>False</enableShortFileNames>
  34. <!--Enable the update pull dialog for courier-->
  35. <contextMenuEnableUpdate>False</contextMenuEnableUpdate>
  36. <!-- This strips the resouces from courier files, resources are still transfered as normal files
  37. But if you depend on modifying resources from the courier file, in memory, you might want to turn this off (set to "False")-->
  38. <stripResourcesFromCourierFiles>True</stripResourcesFromCourierFiles>
  39. <!-- Turn off Base64 encoding for resource transfers-->
  40. <disableBase64Encoding>false</disableBase64Encoding>
  41. <!-- Generate a mindmap of extracted revisions, useful for debugging -->
  42. <mapGraph>false</mapGraph>
  43. <!-- overwrite modes is either Always|Never|Compare -->
  44. <overwrite>
  45. <resources>Compare</resources>
  46. <items>Compare</items>
  47. <dependencies>Compare</dependencies>
  48. </overwrite>
  49. </settings>
  50. <security>
  51. <filters>
  52. <ipfilter>
  53. <allow>*</allow>
  54. </ipfilter>
  55. <userfilter>
  56. <allow>*</allow>
  57. <!--<deny>editor</deny>-->
  58. </userfilter>
  59. </filters>
  60. </security>
  61. <!--
  62. <cache>
  63. <enable>true</enable>
  64. <locations>
  65. <add path="everything">
  66. <provider id="*" />
  67. </add>
  68. </locations>
  69. </cache>
  70. -->
  71. <itemProviders>
  72. <folderItemProvider>
  73. <include>
  74. <!--<folder>~/media/assets/somefolder</folder>-->
  75. </include>
  76. </folderItemProvider>
  77. <fileItemProvider>
  78. <files>
  79. </files>
  80. </fileItemProvider>
  81. <documentTypeItemProvider>
  82. <!-- Include all avaiable templates as dependencies, if false, only the current standard template is included -->
  83. <includeAllTemplates>false</includeAllTemplates>
  84. <!-- By default we won't add the built-in datatypes as dependencies, if needed, they can be removed from the list below -->
  85. <!-- Only datatypes which are installed as standard, and does not have any settings are ignored -->
  86. <!-- to add, find the datatype in the umbracoNode table and copy its uniqueId value to a node below-->
  87. <ignoredDataTypes>
  88. <add key="contentPicker">A6857C73-D6E9-480C-B6E6-F15F6AD11125</add>
  89. <add key="textstring">0CC0EBA1-9960-42C9-BF9B-60E150B429AE</add>
  90. <add key="textboxmultiple">C6BAC0DD-4AB9-45B1-8E30-E4B619EE5DA3</add>
  91. <add key="label">F0BC4BFB-B499-40D6-BA86-058885A5178C</add>
  92. <add key="folderbrowser">FD9F1447-6C61-4A7C-9595-5AA39147D318</add>
  93. <add key="memberpicker">2B24165F-9782-4AA3-B459-1DE4A4D21F60</add>
  94. <add key="simpleeditor">1251C96C-185C-4E9B-93F4-B48205573CBD</add>
  95. <add key="truefalse">92897BC6-A5F3-4FFE-AE27-F2E7E33DDA49</add>
  96. <add key="contentpicker">A6857C73-D6E9-480C-B6E6-F15F6AD11125</add>
  97. <add key="datepicker">5046194E-4237-453C-A547-15DB3A07C4E1</add>
  98. <add key="datepickerWithTime">E4D66C0F-B935-4200-81F0-025F7256B89A</add>
  99. <add key="numeric">2E6D3631-066E-44B8-AEC4-96F09099B2B5</add>
  100. </ignoredDataTypes>
  101. </documentTypeItemProvider>
  102. <mediaItemProvider>
  103. <!-- Changed to false in 2.1.1 -->
  104. <includeChildren>false</includeChildren>
  105. <includeParents>false</includeParents>
  106. </mediaItemProvider>
  107. <documentItemProvider>
  108. <includeParents>true</includeParents>
  109. </documentItemProvider>
  110. <!-- Add the fully classified Class name to ignore a provider from loading... -->
  111. <ignore>
  112. <!--<add>my.namespace.*</add>-->
  113. </ignore>
  114. </itemProviders>
  115. <itemDataResolvers>
  116. <files>
  117. <!-- add new datatype elements for data types that stores files as a path ex: /meda/223/file.png -->
  118. <add key="Upload">5032a6e6-69e3-491d-bb28-cd31cd11086c</add>
  119. <add key="Ucomponents-Filepicker">318a9c2e-3966-4979-8c1d-575c5d5f669b</add>
  120. </files>
  121. <contentPickers>
  122. <!-- add new datatype elements for data types that stores page ids (ex: "1242" or "1726,2362,2323") -->
  123. <add key="contentPicker">158aa029-24ed-4948-939e-c3da209e5fba</add>
  124. <add key="ultimatePicker">cdbf0b5d-5cb2-445f-bc12-fcaaec07cf2c</add>
  125. <add key="Ucomponents-XpathCheckboxlist">d2d46927-f4f8-4b1b-add7-661cc09a0539</add>
  126. <add key="Ucomponents-XpathDropdownlist">57a62843-c488-4c29-8125-52f51873613e</add>
  127. <add key="XpathCheckboxlist">34451d92-d270-49ba-8c7f-ee55bfeee1cb</add>
  128. <add key="XpathDropdownlist">173a96ae-00ed-4a7c-9f76-4b53d4a0a1b9</add>
  129. <add key="Ucomponents-AutoComplete">31aa0d5c-f8e1-4cdc-a66e-c7f8c09498ef</add>
  130. <add key="Ucomponents-MNTP-CSV">c2d6894b-e788-4425-bcf2-308568e3d38b</add>
  131. <add key="MNTP-CSV">7e062c13-7c41-4ad9-b389-41d88aeef87c</add>
  132. </contentPickers>
  133. <mediaPickers>
  134. <!-- add new datatype elements for data types that stores media ids (ex: "1242" or "1726,2362,2323") -->
  135. <add key="mediaPicker">EAD69342-F06D-4253-83AC-28000225583B</add>
  136. <add key="damp2">ef94c406-9e83-4058-a780-0375624ba7ca</add>
  137. <add key="Ucomponents-MNTP-CSV">c2d6894b-e788-4425-bcf2-308568e3d38b</add>
  138. <add key="MNTP-CSV">7e062c13-7c41-4ad9-b389-41d88aeef87c</add>
  139. </mediaPickers>
  140. <keyValuePrevalueEditors>
  141. <!-- Prevalue editors that store values as a key value pair in the built-in umbracp prevalue storage, identified by their full class-name -->
  142. <add key="KeyValuePrevalueEditor">umbraco.editorControls.KeyValuePrevalueEditor</add>
  143. </keyValuePrevalueEditors>
  144. <localLinks>
  145. <!-- Propertytypes that CAN contain locallinks (like the ones inserted with TinyMCE) -->
  146. <add key="TinyMCE3">5e9b75ae-face-41c8-b47e-5f4b0fd82f83</add>
  147. <add key="TextboxMultiple">67db8357-ef57-493e-91ac-936d305e0f2a</add>
  148. <add key="Textstring">ec15c1e5-9d90-422a-aa52-4f7622c63bea</add>
  149. <add key="Simple Editor">60b7dabf-99cd-41eb-b8e9-4d2e669bbde9</add>
  150. </localLinks>
  151. <macros>
  152. <!-- Propertytypes that CAN contain macro mark-up (like the ones inserted with TinyMCE) -->
  153. <add key="TinyMCE3">5e9b75ae-face-41c8-b47e-5f4b0fd82f83</add>
  154. <add key="TextboxMultiple">67db8357-ef57-493e-91ac-936d305e0f2a</add>
  155. <add key="Textstring">ec15c1e5-9d90-422a-aa52-4f7622c63bea</add>
  156. <add key="Simple Editor">60b7dabf-99cd-41eb-b8e9-4d2e669bbde9</add>
  157. <add key="Macro Container">474FCFF8-9D2D-11DE-ABC6-AD7A56D89593</add>
  158. </macros>
  159. <templates>
  160. <add key="include" />
  161. </templates>
  162. </itemDataResolvers>
  163. <macroPropertyTypeResolvers>
  164. <contentPickers>
  165. <!-- Macro Property Types, that store Content IDs, to link to media or content -->
  166. <add key="Media Current">mediaCurrent</add>
  167. <add key="Content Subs">contentSubs</add>
  168. <add key="Content Random">contentRandom</add>
  169. <add key="Content picker">contentPicker</add>
  170. <add key="Content tree">contentTree</add>
  171. <add key="Content All">contentAll</add>
  172. </contentPickers>
  173. </macroPropertyTypeResolvers>
  174. <resources>
  175. <!-- files which should not added at any time-->
  176. <ignore>
  177. <add>/bin/*.pdb</add>
  178. <add>/bin/*.xml</add>
  179. <add>/bin/AjaxControlToolkit.dll</add>
  180. <add>/bin/Antlr3.Runtime.dll</add>
  181. <add>/bin/App_Browsers.dll</add>
  182. <add>/bin/App_global.asax.dll</add>
  183. <add>/bin/businesslogic.dll</add>
  184. <add>/bin/Castle.*</add>
  185. <add>/bin/ClientDependency.Core.dll</add>
  186. <add>/bin/cms.dll</add>
  187. <add>/bin/controls.dll</add>
  188. <add>/bin/CookComputing.XmlRpcV2.dll</add>
  189. <add>/bin/Examine.dll</add>
  190. <add>/bin/FluentNHibernate.dll</add>
  191. <add>/bin/htmlagilitypack.dll</add>
  192. <add>/bin/ICSharpCode.SharpZipLib.dll</add>
  193. <add>/bin/interfaces.dll</add>
  194. <add>/bin/Iron*.dll</add>
  195. <add>/bin/log4net.dll</add>
  196. <add>/bin/Lucene.Net.dll</add>
  197. <add>/bin/Microsoft.*.dll</add>
  198. <add>/bin/MySql.Data.dll</add>
  199. <add>/bin/NHibernate.*</add>
  200. <add>/bin/RazorEngine.*.dll</add>
  201. <add>/bin/System.Web.*</add>
  202. <add>/bin/TidyNet.dll</add>
  203. <add>/bin/Umbraco.Courier.*</add>
  204. <add>/bin/umbraco.DataLayer.dll</add>
  205. <add>/bin/UrlRewritingNet.UrlRewriter.dll</add>
  206. <add>/bin/umbraco.dll</add>
  207. </ignore>
  208. </resources>
  209. <!-- which types of relations should be supported by courier -->
  210. <!-- Relations are only supported between content and media out of the box -->
  211. <relations>
  212. <add>relateOnCopy</add>
  213. <!-- <add></add> -->
  214. </relations>
  215. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment