Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.67 KB | None | 0 0
  1. ;######################################################################
  2. ;## This is the central configuration file of Alice ##
  3. ;## file is used by deployment to generate "config.php" via overlays ##
  4. ;######################################################################
  5.  
  6. ;## Environment for live or dev
  7. ;## @var string
  8. application.env="%application.env%"
  9. application.storage_logging=false
  10. ;## Title of the shop
  11. ;## used for e.g. page titles
  12. shop.title = "%alice.shop.title%"
  13.  
  14. angi.domain = "%alice.angi.domain%"
  15. angi.client.id = "1_1hcohqgr5cbo8cccossog4cc8888okws4wocs48gwsoco0wog0"
  16. angi.client.secret = "7876ecc3f74627acf9385936f9c5d71800d33e35"
  17. ;##default country locale
  18. locale = "%alice.locale%"
  19.  
  20. ;## Vertical of the shop
  21. ;## Will be the global project name like INTRES, INTCAR
  22. shop.vertical = "%shop.vertical%"
  23.  
  24. ;## php.ini directive assert.active, see php.net/assert_options
  25. ;## @var int 0/1
  26. assert.active = "0"
  27.  
  28. ;## place where the translation cache files are stored
  29. translation_configcache_dir = %translation_configcache_dir%
  30. translation_messages_dir = %translation_messages_dir%
  31.  
  32. ;## Namespace which identifies this installation
  33. ;## used for caches, and adapters
  34. ;## @var string
  35. ns="%alice.ns%"
  36.  
  37. ;## URL to Solr Service
  38. ;## @var string
  39. solr.url="%alice.solr.url%"
  40.  
  41. ;## Seconds to cache solr results
  42. ;## @var int
  43. solr.cache_time="%alice.solr.cache.time%"
  44.  
  45. ;## URL to local Bob WebService
  46. ;## @var string
  47. bob.url="%alice.bob.url%"
  48.  
  49. ;## Seconds to accept for BOB request to run
  50. ;## @var int
  51. bob.request_timeout="300"
  52.  
  53. ;## Seconds to accept for opening BOB connection
  54. ;## @var int
  55. bob.connection_timeout="2"
  56.  
  57. ;## Use a proxy for alice-bob-communication.
  58. ;## This is thought for debugging purposes.
  59. ;## @var string
  60. bob.use_proxy="false"
  61.  
  62. ;## Proxy to use for alice-bob-communication.
  63. ;## @var string
  64. bob.proxy=""
  65.  
  66. ;## Url for catalog images
  67. ;## @var string
  68. image.host="%alice.image.host%"
  69.  
  70. ;## Url for media resources
  71. ;## @var string
  72. media.host="%alice.media.host%"
  73.  
  74. ;## Url for static contents of alice like css or js
  75. ;## @var string
  76. static.host="%alice.static.host%"
  77. static.host_count="%alice.static.host.count%"
  78. static.path="%alice.static.path%"
  79.  
  80. ;## Use lazy loading for cms images
  81. ;## @var bool
  82. static.img.lazy.loading="true"
  83.  
  84. ;## Locale settings for alice
  85. ;## @var string
  86. country.iso="%alice.country.iso%"
  87. country.fk="%alice.country.fk%"
  88. timezone="Europe/Berlin"
  89. display.timezone = "%alice.timezone%"
  90.  
  91. ;## memory limit for worker on alice-side
  92. ;## defaults: live = '6G', dev = '1G'
  93. ;## @var string
  94. memory.limit.worker="%memory.limit.worker%"
  95.  
  96. ;## Alice Log Files path, absolute path
  97. ;## @var string
  98. logfiles.path="%alice.logfiles.path%"
  99.  
  100. ;## Local Memory Caching Adapter
  101. ;## Available:
  102. ;## 1. Alice_Extension_Adapter_MemcacheAdapter
  103. ;## 2. Alice_Extension_Adapter_MySqlAdapter
  104. ;## @var string
  105. local.storage="%alice.local.storage%"
  106.  
  107. ;## if memcached is used, please specify these parameters
  108. memcached.host="%alice.memcached.host%"
  109. memcached.port="%alice.memcached.port%"
  110. memcached.timeout="3"
  111.  
  112. ;## Prusys recommendation.
  113. ;## ALICE_PRUDSYS enables prudsys-support in general.
  114. ;## Final setting has to done in bobs configuration-gui.
  115. ;## @var bool
  116. prudsys="%alice.prudsys%"
  117.  
  118. ;## Prusys recommendation server setup
  119. prudsys.host="%alice.prudsys.host%"
  120. prudsys.rde="%alice.prudsys.rde%"
  121. prudsys.user="%alice.prudsys.user%"
  122. prudsys.pass="%alice.prudsys.pass%"
  123. prudsys.timeout="5"
  124. prudsys.connection_timeout="2"
  125.  
  126. ;## display dummy content in prusys rendering blocks
  127. ;## 'prudsys' has to be true
  128. prudsys.demo="false"
  129.  
  130. ;## Session stored im memcache
  131. ;## Attention: should be false for local/default file usage
  132. ;## Alternative: memcache
  133. ;## @var string
  134. session.save_handler="%alice.session.save_handler%"
  135. session.save_path="%alice.session.save_path%"
  136.  
  137. ;## Url pattern for Session Handler (example: .myshop.com) used for
  138. ;## Session handling across different subdomains
  139. session.domain="%alice.session.domain%"
  140.  
  141. ;## The storage for the StockReservation, needs to be the same for all alice instances
  142. ;## if remote storage is mysql, the dev.mysql_* are used
  143. remote.storage="%alice.remote.storage%"
  144. remote.memcached_host="%alice.remote.memcached.host%"
  145. remote.memcached_port="%alice.remote.memcached.port%"
  146.  
  147. ;## Define theme. see in alice/vendor/config/themeconfig.php for possible 'themeRoutes'
  148. ;## possible values: 'core', 'core_classifieds'
  149. ;## @var string
  150. theme.route="%alice.theme.route%"
  151.  
  152. ;## Alice Mobile API
  153. ;## Enable or disable Alice Mobile API access
  154. ;## @var bool
  155. mobile.api_enabled="%alice.mobile.api.enable%"
  156.  
  157. ;## Alice Mobile API Identifier
  158. ;## Define the URL key to identify a call to the Mobile API
  159. ;## @var string
  160. mobile.api_identifier="%alice.mobile.api.identifier%"
  161.  
  162. ;## Full Base URL for the Mobile API
  163. ;## @var string
  164. mobile.api_url="%alice.mobile.api.url%"
  165.  
  166. ;## Alice Mobile API
  167. ;## Enable or disable Alice Mobile API authentication
  168. ;## @var bool
  169. mobile.api_authentication="%alice.mobile.api.authentication%"
  170.  
  171. ;## Alice Mobile API Token to make the authentication of Mobile Applications
  172. ;## @var string
  173. mobile.api_token="%alice.mobile.api.token%"
  174.  
  175. ;## Define if checkout and account use ssl
  176. ;## @var bool
  177. https.filter_enabled="%alice.https.filter.enabled%"
  178.  
  179. ;## Show profiling results if available
  180. ;## @var bool
  181. show.profiling="%alice.show.profiling%"
  182.  
  183. ;## displays exceptions instead of catching and resolving them
  184. ;## @see Core_Controller::beforeAction
  185. ;## @var bool
  186. show.errors="%alice.show.errors%"
  187.  
  188. ;## logs every prudsys url that is called from the prudsys adapter
  189. ;## @see Core_PrudsysAdapter::sendRequest
  190. log.prudsys="false"
  191.  
  192. ;## Logs orders if enabled
  193. ;## @see CheckoutHelper::prepareCheckout
  194. log.orders="false"
  195.  
  196. ;## Activate the requirement of the customer to be logged in
  197. ;## All comma-seperated Modules-Controllers-Actions in the Whitelist
  198. ;## can still be accessed by guests
  199. ;## "controller.action" or "module.controller.action" (* = wildcard)
  200. ;## e.g.
  201. ;## "index.newsletter" -> IndexController/actionNewsletter
  202. ;## "index.*" -> every action in IndexController
  203. ;## "customer.*.*" everything in the CustomerModule
  204. login.required="false"
  205. nologin.whitelist="cms.*,index.*"
  206.  
  207. ;## Displays and uses several tools for development purposes
  208. ;## These include a theme switcher, request statistics, static css switch
  209. ;## @var bool
  210. use.dev_tools="false"
  211.  
  212. ;## Enable config cache
  213. ;## @var bool
  214. use.config_cache="true"
  215.  
  216. ;## Use combined and compressed theme files (JS and CSS)
  217. ;## @see Core_Controller::initTheme
  218. use.combined_static_files="true"
  219.  
  220. ;## enable using cached pathes for view files
  221. ;## @var bool
  222. use.cached_view_filepaths="true"
  223.  
  224. ;## Defines if a cart should be stored in cookie for later usage (perpetual cart)
  225. ;## @var boolean
  226. use.perpetual_cart="false"
  227.  
  228. ;## Use combined and compressed theme files (JS and CSS)
  229. ;## @see Core_Controller::initTheme
  230. use.combined_static_files="true"
  231.  
  232. ;## activates webmetrics tracking as live
  233. handle.tracking_live="%alice.handle.tracking.live%"
  234.  
  235. ;## activates campaigns for live mode
  236. ;## @see CampaignController::actionIndex
  237. handle.campaign_live="false"
  238.  
  239. ;## Activate the cart timer and stock reservation for loggedin customers
  240. ;## cart.timeout in minutes
  241. cart.timer="false"
  242. cart.timeout="15"
  243.  
  244. ;## Alice fast lane payment (inspired by One click checkout):
  245. ;## Enable or disable quickbuy button on product detail page for one click checkout
  246. ;## @var bool
  247. fastlane.active="true"
  248.  
  249. ;## Cancel fastlane Orders:
  250. ;## Possibility for customer to cancel on "my order page"
  251. ;## (in customer section) a fastlane order
  252. ;## Configuration:
  253. ;## enter value 0 - disable this feature
  254. ;## enter e. g. 40 - 40 minutes cancel time
  255. ;## @var int
  256. fastlane.access_minutes="30"
  257.  
  258. ;## Personal Coupons: enable the coupons page in menu of customer section
  259. personal.coupons_active="true"
  260.  
  261. ;## Invitations: enable the invitations page in menu of customer section
  262. invitations.active="true"
  263.  
  264. ;## Rebuy-Button
  265. ;## show a rebuy button on "my orders page" (customer section).
  266. ;## Possibility for customer to add a product of past orders to cart
  267. rebuy.button_active="true"
  268.  
  269. ;## Alice Enable Filter Rating:
  270. ;## defines if the rating filter is enabled
  271. ;## @var boolean
  272. filter.rating_enable="true"
  273.  
  274. ;## Split Testing / A/B Testing Switch
  275. ;## if used, Userstream will be splitted and Crawler Detection is enabled
  276. ;## at the moment you need google analytics accout to use this feature
  277. ;## @var boolean
  278. splittest.enabled="false"
  279.  
  280. ;## Alice Prudsys catalog page min. recommandations
  281. ;## If the recommandations fewer than catalog.min_recommendations,
  282. ;## the recommandations will be not shown.
  283. ;## @var int
  284. catalog.min_recommendations="8"
  285.  
  286. ;## Fixed shipping costs
  287. ;## @var float
  288. shipping.costs="0"
  289.  
  290. multilanguage.enabled="true"
  291.  
  292. ;## when merging INTBID back to SHOP keep in mind customer.screen_name should be FALSE by default
  293. ;## @var boolean
  294. customer.screen_name = "true"
  295.  
  296. ;## when merging INTBID back to SHOP keep in mind customer.address_on_registration should be FALSE by default
  297. ;## @var boolean
  298. customer.address_on_registration = "true"
  299.  
  300. ;## when merging INTBID back to SHOP keep in mind product.listing should be FALSE by default
  301. ;## @var boolean
  302. product.listing = "true"
  303.  
  304. ;## when merging INTBID back to SHOP keep in mind customer.terms should be FALSE by default
  305. ;## @var boolean
  306. customer.terms = "true"
  307.  
  308. ;## Auctions
  309.  
  310. ;## Controls if auction mode is enabled or disabled
  311. ;## @var boolean
  312. auction.supported="false"
  313.  
  314. ;## Allows to generate dummy mock data and inject into storage
  315. ;## for [array] it means random for every request
  316. ;## NB! Totally ignored it ENV == "LIVE"
  317. ;## @var boolean
  318. auction.generate_mocks="false"
  319.  
  320. ;## Controls if listing mode is enabled or disabled
  321. ;## @var boolean
  322. listing.supported="true"
  323.  
  324. ;## Storage adapter to choose
  325. ;## Available list: Couchbase, Array (for mocking)
  326. ;## @var string
  327. listing.storage.adapter="Angi"
  328.  
  329. ;## listing couchbase access credentials
  330. listing.storage.couchbase.hostname="%alice.couchbase.hostname%"
  331. listing.storage.couchbase.bucket="%alice.couchbase.bucket%"
  332. listing.storage.couchbase.namespace="%alice.couchbase.namespace%"
  333. listing.storage.couchbase.password="%alice.couchbase.password%"
  334.  
  335. ;## Product Creation
  336. product.creation.tmp_path = "%alice.product_creation.tmp_path%"
  337. product.creation.tmp_url = "%alice.product_creation.tmp_url%"
  338.  
  339. ;## Seller banner settings
  340. seller_banner.creation.tmp_path = "%alice.seller_banner_creation.tmp_path%"
  341. seller_banner.creation.tmp_url = "%alice.seller_banner_creation.tmp_url%"
  342. seller_banner.image.width = "730"
  343.  
  344. ;## Currency Settings
  345. currency.symbol = "%alice.currency.symbol%"
  346. currency.iso = "%alice.currency.iso%"
  347. currency.decimal_places = "%alice.currency.decimal_places%"
  348. currency.decimal_separator = "%alice.currency.decimal_separator%"
  349. currency.thousands_separator = "%alice.currency.thousands_separator%"
  350.  
  351. ;## Currency format template. Available variables:
  352. ;## {price} - the formatted price (e.g. "1.299,95")
  353. ;## {symbol} - the currency symbol (e.g. "€")
  354. ;## {iso} - the currency ISO name (e.g. "EUR")
  355. currency.formatted = "%alice.currency.formatted%" ;## e.g. "{symbol} {price}" => "€ 1.299,95"
  356.  
  357. ;## Number of products the worker imports per chunk
  358. ;## @var integer
  359. worker.products.per.chunk=1000
  360.  
  361. ;## Seconds to cache healthcheck results
  362. ;## @var int
  363. healthcheck.cache_time=15
  364.  
  365. ;## Facets
  366. ;##
  367. ;## Always show category filter, even on "all products" or "new products" pages
  368. facets.categories.always_visible = "true"
  369.  
  370. facet.category.weight = 90
  371. data.feed.directory = "%alice.data_feed_directory%"
  372.  
  373. angi.curlopt.connecttimeout_ms = '%angi.curlopt.connecttimeout_ms%';
  374. angi.curlopt.timeout_ms = '%angi.curlopt.timeout_ms%';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement