Advertisement
Guest User

Untitled

a guest
Apr 27th, 2018
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.85 KB | None | 0 0
  1. # place your custom properties into this file instead of modifying the project.properties
  2. # all properties in this file have higher priority and will overwrite the platform/project.properties settings.
  3.  
  4. ##############################
  5. ## Tomcat Settings
  6. ##############################
  7. #tomcat.generaloptions= -Dorg.tanukisoftware.wrapper.WrapperManager.mbean=true -Dcatalina.base=%CATALINA_BASE% -Dcatalina.home=%CATALINA_HOME% -Dfile.encoding=UTF-8 -Dlog4j.configuration=log4j_init_tomcat.properties -Djava.util.logging.config.file=jdk_logging.properties -Djava.io.tmpdir="${HYBRIS_TEMP_DIR}" ${tomcat.generaloptions.jmxsettings} ${tomcat.generaloptions.jvmsettings} ${tomcat.generaloptions.dynatrace} -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Addresses=true -Duser.timezone=GMT-3 -Duser.country=AR -Duser.language=es
  8.  
  9.  
  10. #
  11. # Oracle 11g Connection
  12. #
  13. #db.url=jdbc:oracle:thin:@localhost:1521:xe
  14. #db.driver=oracle.jdbc.driver.OracleDriver
  15. #db.username=musimundo
  16. #db.password=Homero10
  17.  
  18.  
  19. # table prefix e.g. if db is shared
  20.  
  21. #db.tableprefix=
  22.  
  23. #
  24. # Node-specific configuration
  25. #
  26. #cluster.id=0
  27. musimundo.hotfolder.available=true
  28. #cluster.0.musimundo.hotfolder.available=true
  29. tomcat.javaoptions=-javaagent:${HYBRIS_BIN_DIR}/custom/newrelic/newrelic.jar
  30. installed.tenants=junit
  31. #
  32. # My SQL Connection
  33. #
  34. db.url=jdbc:mysql://localhost:3306/musimundo?useConfigs=maxPerformance&characterEncoding=utf8&autoReconnect=true&useSSL=false
  35. db.driver=com.mysql.jdbc.Driver
  36. db.username=musimundo
  37. db.password=Homero09
  38.  
  39. #db.url=jdbc:oracle:thin:@localhost:1522:MUSIMUNDO
  40. #db.username=SYSMAN
  41. #db.driver=oracle.jdbc.driver.OracleDriver
  42. #db.password=4321
  43. #oracle.statementcachesize=0
  44. #db.pool.maxActive=90
  45. #db.pool.maxIdle=90
  46.  
  47. # table prefix e.g. if db is shared
  48. db.tableprefix=
  49.  
  50. # other *mandatory* settings
  51. db.customsessionsql=SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;
  52. mysql.optional.tabledefs=CHARSET=utf8 COLLATE=utf8_bin
  53. mysql.tabletype=InnoDB
  54.  
  55. # MySQL DATETIME handling
  56. # from MySQL 5.6.4 -> mysql.allow.fractional.seconds=true
  57. # before MySQL 5.6.4 -> mysql.allow.fractional.seconds=false (or omit the property)
  58. #
  59. mysql.allow.fractional.seconds=true
  60. #
  61. # Note: after changing this property you must re-run initialization / update because
  62. # is only has a effect if the initialization / update DDL statements are re-generated!
  63. #
  64.  
  65.  
  66. #ImageMagick
  67. imagemagick.bindir=/usr/bin
  68. imagemagick.configuration.directory=/usr/bin
  69. imagemagick.executable.convert=convert
  70.  
  71. #hotfolder config
  72. acceleratorservices.batch.impex.basefolder=${HYBRIS_DATA_DIR}/middleware/import
  73. middleware.basefolder.carsa=carsa
  74. middleware.basefolder.emsa=emsa
  75. middleware.basefolder.descriptions=descripciones_proveedores
  76.  
  77. ######################## MAIL SETTINGS ####################################
  78. #
  79. # The hybris Multichannel Suite uses the Apache Commons Email:
  80. # http://commons.apache.org/email/
  81. #
  82. ###########################################################################
  83.  
  84. # Email address displayed in the "Sender" field (mandatory)
  85. mail.from=ynfoTest@musi.com.ar
  86.  
  87. # Email address used for replying to emails (mandatory)
  88. mail.replyto=ynfoTest@musi.com.ar
  89.  
  90. # Email address displayed in the "Sender" field (mandatory)
  91. mail.from.alerts=alertas@musi.com.ar
  92.  
  93. # Email address used for replying to emails (mandatory)
  94. mail.replyto.alerts=alertas@musi.com.ar
  95.  
  96. # SMTP server used to send emails (mandatory)
  97. mail.smtp.server=smtp.gmail.com
  98.  
  99.  
  100. musimundo.domain=Musimundo Store Domain
  101. # A port number of the SMTP server used for sending emails
  102. # if different from the default port (optional)
  103.  
  104. mail.smtp.port=587
  105. #mail.smtp.port=465
  106.  
  107.  
  108. # User account and password used for the authentification with the SMTP server (optional)
  109. mail.smtp.user=ynfotest@musi.com.ar
  110. mail.smtp.password=yMusi=84h
  111.  
  112. # Specifies whether is it necessary to connect to a POP3 server
  113. # before any emails can be sent via SMTP (mandatory)
  114. mail.pop3.beforesmtp=false
  115.  
  116. # Use tls or not
  117. mail.use.tls=true
  118. mail.smtp.starttls.enable=true
  119.  
  120. ###########################################################################
  121.  
  122.  
  123. #
  124. # Musimundo BaseSite Conf
  125. #
  126. website.musimundo.http=http://aws.musimundo.qubikdigital.com:9001
  127. website.musimundo.https=https://aws.musimundo.qubikdigital.com:9002
  128. media.musimundo.http=http://aws.musimundo.qubikdigital.com:9001
  129. media.musimundo.https=https://aws.musimundo.qubikdigital.com:9002
  130.  
  131. synchronization.legacy.mode=false
  132. hmc.structure.db=false
  133. commerceservices.default.desktop.ui.experience=desktop
  134.  
  135. ########################## webroot #########################
  136. hac.webroot=/hac
  137. musimundostorefront.webroot=
  138. storefrontContextRoot=
  139. ############################################################
  140.  
  141.  
  142. #
  143. # Payment Gateways Conf.
  144. #
  145.  
  146.  
  147.  
  148. #musimundo.payment.nps.uri=https://implementacion.nps.com.ar/ws
  149. #musimundo.payment.nps.port=https://implementacion.nps.com.ar:443/ws.php
  150. #musimundo.payment.nps.action.uri=https://implementacion.nps.com.ar/ws.php
  151.  
  152. musimundo.payment.nps.uri=https://services2.nps.com.ar/ws
  153. musimundo.payment.nps.port=https://services2.nps.com.ar:443/ws.php
  154. musimundo.payment.nps.action.uri=https://services2.nps.com.ar/ws.php
  155.  
  156. musimundo.payment.mercadopago.clientsecret.carsa=qqv2af0fBIWxU22krJzuIoxEs2SuFSLv
  157. musimundo.payment.mercadopago.clientid.carsa=5420488748200062
  158. musimundo.payment.mercadopago.clientsecret.emsa=qqv2af0fBIWxU22krJzuIoxEs2SuFSLv
  159. musimundo.payment.mercadopago.clientid.emsa=5420488748200062
  160. musimundo.payment.mercadopago.sandboxmode=false
  161.  
  162. musimundo.payment.mercadopago.musimundocallbackurl.success=https://aws.musimundo.qubikdigital.com:9002/checkout/multi/summary/mercadopagocallbacksuccess
  163. musimundo.payment.mercadopago.musimundocallbackurl.pending=https://aws.musimundo.qubikdigital.com:9002/checkout/multi/summary/mercadopagocallbackpending
  164. musimundo.payment.mercadopago.musimundocallbackurl.failure=https://aws.musimundo.qubikdigital.com:9002/checkout/multi/summary/mercadopagocallbackfailure
  165. musimundo.payment.mercadopago.ipnurl=https://aws.musimundo.qubikdigital.com:9002/checkout/multi/payment-method/mercadopagoipn
  166.  
  167. nps.merchant.id.carsa=mu_carsa
  168. nps.merchant.id.carsa.secret=S4Rc65lFuzmjhfuZH8apWTpHGg6O5r3VtS7xXqDRoz9Tc33tBbhg5WxJA1hEqijk
  169. nps.merchant.id.emsa=mu_emsa
  170. nps.merchant.id.emsa.secret=S4Rc65lFuzmjhfuZH8apWTpHGg6O5r3VtS7xXqDRoz9Tc33tBbhg5WxJA1hEqijk
  171. nps.returnurl=https://aws.musimundo.qubikdigital.com:9002/npsredirect/npsresponse
  172. nps.backurl=https://aws.musimundo.qubikdigital.com:9002/npsredirect/npscancel
  173. nps.language=es_AR
  174. nps.version=2.2
  175. nps.txsource=WEB
  176. nps.dateformat=yyyy-MM-dd hh:mm:ss
  177. nps.country=ARG
  178. nps.screendesc=Nro Orden
  179. nps.ticketdesc=Venta de la orden
  180.  
  181. #################################
  182. ## TODOPAGO
  183. #################################
  184. todopagoaddon.dados.comercio.url.ok=https://aws.musimundo.qubikdigital.com:9002/checkout/multi/summary/todopagosuccess
  185. todopagoaddon.dados.comercio.url.error=https://aws.musimundo.qubikdigital.com:9002/checkout/multi/summary/todopagofailure
  186. todopagoaddon.dados.comercio.merchant.carsa=26217
  187. todopagoaddon.dados.comercio.token.carsa=85D328887AE4B2E664E3CDB89524CABE
  188. todopagoaddon.dados.comercio.token.auth.carsa=TODOPAGO 85D328887AE4B2E664E3CDB89524CABE
  189.  
  190. todopagoaddon.dados.comercio.merchant.emsa=33915
  191. todopagoaddon.dados.comercio.token.emsa=8730AEC1E5AA0A49BD999A0809A7F247
  192. todopagoaddon.dados.comercio.token.auth.emsa=TODOPAGO 8730AEC1E5AA0A49BD999A0809A7F247
  193. todopagoaddon.dados.comercio.usr.username={usernamme}
  194. todopagoaddon.dados.comercio.usr.password={pwd}
  195.  
  196. # DEV = 0; PRD = 1
  197. todopagoaddon.environment.prd=1
  198. #######################################################
  199.  
  200.  
  201. #
  202. # 3rd. party providers
  203. #
  204. maxmind.database.path = ${HYBRIS_DATA_DIR}/middleware/import/maxmind/
  205. maxmind.database.file = GeoLite2-City.mmdb
  206. musimundo.merlin.access.code=287a631ffd5d7f7edc78104d9400897f
  207.  
  208. #
  209. # Stock Web Services
  210. #
  211. musimundo.stock.service.url.carsa=http://200.45.42.55:8104/dev/api/v1/stock
  212. musimundo.stock.service.url.emsa=http://hybris.emusimundo.com/ydev/api/stock
  213.  
  214. musimundo.stock.reserva.service.url.carsa=http://200.45.42.55:8104/dev/api/v1/stock/reservation
  215. musimundo.stock.reserva.service.url.emsa=http://hybris.emusimundo.com/ydev/api/StockReservation
  216.  
  217. #
  218. # Order Fulfillmente Web Services
  219. #
  220. musimundo.orderfulfillment.service.url.emsa=http://hybris.emusimundo.com/ydev/api/Carrito
  221. musimundo.orderfulfillment.service.url.carsa=http://200.45.42.55:8104/dev/mcom/carrito
  222.  
  223. #
  224. # Veraz Web Service
  225. #
  226. musimundo.veraz.url.etapa1=https://online.org.veraz.com.ar/pls/vrzid/PKG_VALIDATOR.obtener_preguntas
  227.  
  228. musimundo.promotion.group.name=musimundoPromoGrp
  229.  
  230.  
  231. #Musimundo Api KEy restriccion MUSIMUNDO.com
  232. googleApiKey=AIzaSyAond0XP3ac_9BGhZGZkccMELuyiuvdu40
  233. #version of the google map api
  234. googleApiVersion=3.27
  235. #
  236. # Historico de Clientes
  237. #
  238. musimundo.orders.service.url=http://api.emusitest.ndwcdn.com.ar/historialclientes/GetHistorialCliente
  239.  
  240. #
  241. # Log4J Settings
  242. #
  243. log4j.logger.com.musimundo=debug, appconsole
  244. log4j.appender.console.encoding=UTF-8
  245. log4j.appender.logfile.encoding=UTF-8
  246.  
  247. hmc.language=es
  248. # System language used by default in the hMC
  249.  
  250. ########################### LOCALIZATION SETTINGS ######################################
  251. lang.packs=es
  252.  
  253.  
  254. ########################## KEY GENERATOR SETTINGS #############################
  255. keygen.order.code.name=order_code
  256. keygen.order.code.digits=9
  257. keygen.order.code.start=000000001
  258. keygen.order.code.type=numeric
  259. keygen.order.code.template=H$
  260.  
  261. ########################## GOOGLE ANALYTICS SETTINGD #################################
  262. ##google.analytics.tracking.id=UA-2685513-1
  263. google.tagmanager.tracking.id=GTM-XQKS
  264. google.tagmanager.debugMode=ON
  265.  
  266.  
  267. ########################## FlixMedia SETTINGS ###########################
  268. flixmedia.data.flix.distributor=4780
  269.  
  270. ####################### Facebook APP ID ############################
  271. facebook.appID=467308590302802
  272. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement