Advertisement
Guest User

Untitled

a guest
Mar 29th, 2016
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
  3. license agreements. See the NOTICE file distributed with this work for additional
  4. information regarding copyright ownership. The ASF licenses this file to
  5. You under the Apache License, Version 2.0 (the "License"); you may not use
  6. this file except in compliance with the License. You may obtain a copy of
  7. the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
  8. by applicable law or agreed to in writing, software distributed under the
  9. License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
  10. OF ANY KIND, either express or implied. See the License for the specific
  11. language governing permissions and limitations under the License. --><!-- The contents of this file will be loaded for each web application -->
  12. <Context>
  13.  
  14. <!-- Default set of monitored resources -->
  15. <WatchedResource>WEB-INF/web.xml</WatchedResource>
  16.  
  17. <!-- Uncomment this to disable session persistence across Tomcat restarts -->
  18. <!-- <Manager pathname="" /> -->
  19.  
  20. <!-- Uncomment this to enable Comet connection tacking (provides events
  21. on session expiration as well as webapp lifecycle) -->
  22. <!-- <Valve className="org.apache.catalina.valves.CometConnectionManagerValve"
  23. /> -->
  24. <Parameter name="spring.profiles.active" value="seedmatch, SchufaServiceFakeProfile" />
  25.  
  26. <Resource name="jdbc/seedmatch" type="javax.sql.DataSource"
  27. driverClassName="com.mysql.jdbc.Driver"
  28. url="jdbc:mysql://localhost:3306/seedmatch_seedmatch_lopatkin_It?useUnicode=true&amp;characterEncoding=utf8"
  29.  
  30. auth="Container" username="root" password='ufhfb!4"3' maxIdle="3"
  31. maxActive="15" maxWait="10000" logAbandoned="true" removeAbandoned="true"
  32.  
  33. removeAbandonedTimeout="60" testOnBorrow="true" validationQuery="select 1" />
  34.  
  35.  
  36. <!-- java.sql.Connection.TRANSACTION_READ_UNCOMMITTED = 1 -->
  37. <Resource name="jdbc/seedmatchReadUncommitted" type="javax.sql.DataSource"
  38. driverClassName="com.mysql.jdbc.Driver"
  39. url="jdbc:mysql://localhost:3306/seedmatch_seedmatch_lopatkin_It?useUnicode=true&amp;characterEncoding=utf8"
  40.  
  41. auth="Container" username="root" password='ufhfb!4"3' maxIdle="3"
  42. maxActive="5" maxWait="10000" logAbandoned="true" removeAbandoned="true"
  43.  
  44. defaultTransactionIsolation="1" removeAbandonedTimeout="60"
  45. testOnBorrow="true" validationQuery="select 1" />
  46.  
  47. <Resource name="email/session/seedmatch" type="javax.mail.Session"
  48. auth="Container" password="mUYEK9mv" mail.debug="false"
  49. mail.transport.protocol="smtp" mail.smtp.auth="true"
  50. mail.smtp.user="watchdog.queo-group.com4" mail.smtp.host="mail.ims-firmen.de"
  51. mail.smtp.from="seedmatchintegrationstest@watchdog.queo-group.com" />
  52.  
  53. <!-- Seedmatch Demo Parameter -->
  54. <Parameter name="seedmatch.secupay.clientId" value="f84b6bc3c7a9a026aa68c5ba18f71043" />
  55. <Parameter name="seedmatch.secupay.clientSecret"
  56. value="fd12316f153913fe3c0963ae42e41532bf5435a753dd7fecdc542d9be7d1e3c2" />
  57. <Parameter name="seedmatch.email.sender.address" value="service@info.seedmatch.de" />
  58. <Parameter name="seedmatch.email.sender.name" value="Seedmatch" />
  59. <Parameter name="seedmatch.email.reply.address" value="info@seedmatch.de" />
  60.  
  61. <!-- Schufa -->
  62. <Parameter name="schufa.enableCheck" value="true" />
  63. <Parameter name="spring.profiles.active" value="seedmatch"/>
  64. <Parameter name="schufa.url" value="https://test-port.schufa.de/sws" />
  65. <Parameter name="schufa.userName" value="600/00289" />
  66. <Parameter name="schufa.password" value="MIGFIN05" />
  67. <Parameter name="schufa.keystore.path" value="DEMO-KEYSTORE.jks" />
  68. <Parameter name="schufa.keystore.type" value="jks" />
  69. <Parameter name="schufa.keystore.password" value="changeit" />
  70. <Parameter name="schufa.keystore.signature.alias" value="user_cert" />
  71. <Parameter name="schufa.keystore.signature.password" value="5kPt1f&amp;" />
  72. <Parameter name="schufa.keystore.encryption.alias" value="bz_test" />
  73. <Parameter name="schufa.request.user" value="seedmatch" />
  74. <Parameter name="schufa.identCheckType" value="Premium" />
  75. <Parameter name="schufa.requestTimeout" value="5" />
  76. <Parameter name="schufa.no_extra_check.limit" value="85" />
  77.  
  78. <Parameter name="seedmatch.riskNotice.pageLinkEnabled" value="true" />
  79.  
  80. <Parameter name="seedmatch.campaignMonitor.apiUrl" value="http://api.createsend.com/api/v3" />
  81. <Parameter name="seedmatch.campaignMonitor.apiKey" value="6e369d424f1ea185bb3f0feb26db0b84" />
  82. <Parameter name="seedmatch.campaignMonitor.seedmatchRegisteredList.listId" value="529c921860a0d13978c7c75a1ebd8c29" />
  83.  
  84. <Parameter name="seedmatch.externalResourcesPath" value="/Users/SEL/Documents/mezzany_seedmatch/header-images-seedmatch/" />
  85.  
  86.  
  87. <Parameter
  88. name="seedmatch.campaignMonitor.seedmatchAppetizerSubscriberListId"
  89. value="f20257d0cd87156860f7dd8039220a8d" />
  90. <Parameter
  91. name="seedmatch.campaignMonitor.seedmatchUnregisteredList.formUrl"
  92. value="http://queo.createsend.com/t/t/s/tttht/" />
  93. <Parameter
  94. name="seedmatch.campaignMonitor.seedmatchUnregisteredList.inputEmail"
  95. value="cm-tttht-tttht" />
  96. <Parameter
  97. name="seedmatch.campaignMonitor.seedmatchUnregisteredList.inputName"
  98. value="cm-name" />
  99.  
  100. <Parameter name="fakecm.cm.webhookListenerUrl"
  101. value="http://localhost:8080/seedmatch/cm/json/eventListener" />
  102. <Parameter name="fakecm.cm.seedmatchRegisteredList.listId"
  103. value="529c921860a0d13978c7c75a1ebd8c29" />
  104.  
  105.  
  106. <Parameter name="fakecm.secupay.validApiKeys" value="12321323212" />
  107.  
  108. <Parameter name="seedmatch.secupay.apiurl" value="http://localhost:8080/fakecm" />
  109. <Parameter name="seedmatch.secupay.apiversion" value="2.11" />
  110. <Parameter name="seedmatch.secupay.demoMode" value="DEMO_MODE_ON" />
  111. <Parameter name="seedmatch.secupay.trustStoreEnabled" value="true" />
  112.  
  113. <!--
  114. <Parameter name="spring.profiles.active" value="realWordpress" />
  115. <Parameter name="seedmatch.wordpress.username" value="admin" />
  116. <Parameter name="seedmatch.wordpress.password" value="189698" />
  117. <Parameter name="seedmatch.wordpress.url"
  118. value="http://gmueller-seedmatch-wp.dev.queo.local/xmlrpc.php" />
  119. -->
  120. <Parameter name="seedmatch.platform.this.secret" value="seedmatchForEver#32890" />
  121. <Parameter name="seedmatch.platform.other.secret" value="econeersForEver#34731" />
  122. <!-- use demo server -->
  123. <Parameter name="seedmatch.platform.other.baseUrl" value="http://java.dev.queo.local/econeers" />
  124.  
  125. <Parameter name="seedmatch.platform.this.basicAuth.username"
  126. value="econeers" />
  127. <Parameter name="seedmatch.platform.this.basicAuth.password"
  128. value="gehEcPas" />
  129. <Parameter name="seedmatch.platform.other.basicAuth.username"
  130. value="seedmatch" />
  131. <Parameter name="seedmatch.platform.other.basicAuth.password"
  132. value="gehSePas" />
  133.  
  134. <Parameter name="seedmatch.applicationBaseUrl" value="http://localhost:8080/seedmatch" />
  135. <Parameter name="seedmatch.secureApplicationBaseUrl" value="https://localhost:8080/seedmatch" />
  136. <Parameter name="seedmatch.relativeContextUrl" value="/seedmatch" />
  137.  
  138. <Parameter name="seedmatch.security.channel" value="any"
  139. override="false" />
  140.  
  141.  
  142. <Parameter name="mogrify.path" value="/usr/local/Cellar/imagemagick/6.9.3-0_1//bin/mogrify" override="false" />
  143. <Parameter name="mogrify.version.657" value="true" override="false" />
  144.  
  145. <Environment name="seedmatch.logging.directory"
  146. value="/Users/SEL/Documents/mezzany_seedmatch/seedmatchlogging" type="java.lang.String"
  147. override="false" />
  148. <Environment name="seedmatch.logging.root.level" value="INFO"
  149. type="java.lang.String" override="false" />
  150.  
  151. <Parameter name="wro.optimizeResources.enabled" value="false" />
  152. <Parameter name="wro.relativeContextUrl" value="/seedmatch" />
  153.  
  154. <Parameter name="seedmatch.httpSessionDaoTomcat7Impl.jmxHostBean.name"
  155. value="Catalina" />
  156. <Parameter name="seedmatch.httpSessionDaoTomcat7Impl.jmxHostBean.host"
  157. value="localhost" />
  158.  
  159.  
  160.  
  161. </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement