· 9 years ago · Oct 17, 2016, 11:10 PM
1<?php
2
3/* Ambiente DEV */
4/*
5 $environmentMongo = 'dev';
6 $environmentSolr = 'dev';
7 $environmentMySQL = 'local';
8 $environmentApi = 'dev.3c';
9 $environmentRabbit = '3dev';
10 $environmentElement = 'pre.3';
11 $environmentDynamo = 'dev3c';
12*/
13
14/* Ambiente PRE */
15
16 $environmentMongo = 'local';
17 $environmentSolr = 'local';
18 //$environmentSolr = 'pre';
19 $environmentMySQL = 'local';
20 //$environmentApi = 'pre.3';
21 $environmentApi = 'dev.3c';
22 $environmentRabbit = '3pre';
23 $environmentElement = 'pre.3';
24 $environmentDynamo = 'dev3c';
25
26
27$db = array(
28 'production' => array(
29 'database' => 'db_urbania3_pro',
30 'username' => 'des_urbania3',
31 'password' => 'AwahleiChaex4r',
32 'hostname' => '184.73.215.249',
33 'port' => '3316',
34 ),
35 'development' => array(
36 'hostname' => '54.91.168.164',
37 'database' => 'db_urbania3_dev',
38 'username' => 'usr_urbania3_dev',
39 'password' => 'boseish5Daithu',
40 'port' => '3306',
41 ),
42 'pre' => array(
43 'hostname' => '54.91.168.164',
44 'database' => 'db_urbania3_pre',
45 'username' => 'usr_urbania3_pre',
46 'password' => 'boseish5Daithu',
47 'port' => '3306',
48 ),
49 'pre3b' => array(
50 'hostname' => '54.91.168.164', //'184.73.9.91', //127.0.0.1 // 54.91.168.164
51 'database' => 'db_urbania3b_pre',
52 'username' => 'usr_urb3b_pre',
53 'password' => 'Iw6ey8ShahJaLu',
54 'port' => '3306',
55 ),
56 'pre3c' => array(
57 'dbname' => 'db_urbania3c_pre',
58 'username' => 'usr_urban3c_pre',
59 'password' => 'gieTiQuei0caez',
60 'host' => '54.91.168.164', //'184.73.9.91', //127.0.0.1 // 54.91.168.164
61 'port' => '3306',
62 ),
63 'migration' => array(
64 'database' => 'urbania3migdb_app',
65 'username' => 'urbania3mig',
66 'password' => 'boseish5Daithu',
67 'hostname' => '54.225.25.157',
68 'port' => '3306',
69 ),
70 'dev3b' => array(
71 'database' => 'db_urbania3b_dev',
72 'username' => 'usr_urb3b_dev',
73 'password' => 'ahbooheem2oNee',
74 'hostname' => '54.91.168.164',
75 'port' => '3306',
76 ),
77 'dev3c' => array(
78 'database' => 'db_urbania3c_dev',
79 'username' => 'usr_urban3c_dev',
80 'password' => 'gieTiQuei0caez',
81 'hostname' => '54.91.168.164',
82 'port' => '3306',
83 ),
84 'dev' => array(
85 'database' => 'db_urbania3_dev',
86 'username' => 'usr_urbania3_dev',
87 'password' => 'boseish5Daithu',
88 'hostname' => '54.91.168.164',
89 'port' => '3306',
90 ),
91 'local' => array(
92 'database' => 'db_urbania3_local',
93 'username' => 'root',
94 'password' => '1234',
95 'hostname' => 'mysqlhost',
96 'port' => '3306',
97 ),
98);
99
100$mongo = array(
101 'dev3b' => array(
102 'dbname' => 'urbania3bdevmdb',
103 'host' => '54.81.150.43',
104 'port' => '27017',
105 'username' => 'usr_urbania3b_dev',
106 'password' => 'rie5raeshi9eeB'
107 ),
108 'dev3c' => array(
109 'dbname' => 'mdb_urbania3c_dev',
110 'host' => '54.81.150.43',
111 'port' => '27017',
112 'username' => 'usr_urbania3c_dev',
113 'password' => 'rie5raeshi9eeL',
114 'connectTimeoutMS' => 99999
115 ),
116 'dev' => array(
117 'dbname' => 'urbania3devmdb',
118 'host' => '54.81.150.43',
119 'port' => '27017',
120 'username' => 'usr_urbania3_dev',
121 'password' => 'A1700s9jnnxx',
122 'connectTimeoutMS' => 99999
123 ),
124 'pre' => array(
125 'dbname' => 'urbania3premdb',
126 'host' => 'bdr37.orbis.pe',
127 'port' => '27017',
128 'username' => '',
129 'password' => '',
130 'connectTimeoutMS' => 99999
131 ),
132 'pre3b' => array(
133 'dbname' => 'urbania3bpremdb',
134 'host' => '54.81.150.43',
135 'port' => '27017',
136 'username' => 'usr_urbania3b_pre',
137 'password' => '',
138 'connectTimeoutMS' => 99999
139 ),
140 'pre3c' => array(
141 'dbname' => 'mdb_urbania3c_pre',
142 'host' => '54.81.150.43',
143 'port' => '27017',
144 'username' => 'usr_urbania3c_pre',
145 'password' => 'rie5raeshi9eeM',
146 'connectTimeoutMS' => 99999
147 ),
148 'local' => array(
149 'dbname' => 'urbania3devmdb_local',
150 'host' => 'mongohost',
151 'port' => '27017',
152 'username' => 'usr_urbania3_local',
153 'password' => '1234',
154 'connectTimeoutMS' => 99999
155 ),
156);
157
158$solr = array(
159 'local' => array(
160 'host' => 'solrhost',
161 'port' => 8983,
162 'path' => '/solr',
163 ),
164 'dev3c' => array(
165 'host' => '174.129.77.186',
166 'port' => 19090,
167 'path' => '/urbania3cdev',
168 ),
169 'dev3b' => array(
170 'host' => '174.129.77.186',
171 'port' => 19090,
172 'path' => '/urbania3bdev',
173 ),
174 'dev' => array(
175 'host' => '174.129.77.186',
176 'port' => 19090,
177 'path' => '/urbania3dev',
178 ),
179 'pre' => array(
180 'host' => '174.129.77.186',
181 'port' => 19090,
182 'path' => '/urbania3pre',
183 ),
184 'pre3b' => array(
185 'host' => '174.129.77.186',
186 'port' => 19090,
187 'path' => '/urbania3bpre',
188 ),
189 'pre3c' => array(
190 'host' => '174.129.77.186',
191 'port' => 19090,
192 'path' => '/urbania3cpre',
193 )
194);
195
196$dynamodb = [
197 'dev3c' => [
198 'credentials' => [
199 'key' => 'AKIAIXCVEMOME4VIJWYA',
200 'secret' => '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',
201 'region' => 'us-west-1',
202 ],
203 'tables' => [
204 'mod_posting_historial' => 'urb_dev3c_mod_posting_historial'
205 ]
206 ]
207];
208
209return array(
210 'mobile' => array(
211 'servers' => array(
212 'apphost' => array(
213 'scheme' => 'http',
214 'host' => 'local.m.urbania.ec'
215 )
216 ),
217 ),
218 'urbaniaonline' => array(
219 'servers' => array(
220 'apphost' => array(
221 'scheme' => 'http',
222 'host' => 'local.urbania.online',
223 'static' => 'local.urbania.ec'
224 )
225 ),
226 ),
227 'zf-oauth2' => array(
228 'db' => array(
229 'driver' => 'Pdo',
230 'dsn' => 'mysql:dbname=db_urbania3b_pre;host=54.91.168.164',
231 'username' => 'usr_urbania3b_pre',
232 'password' => 'Iw6ey8ShahJaLu',
233 'port' => '3306',
234 'options' => array('buffer_results' => true),
235 'driver_options' => array(
236 PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES \'utf8\''
237 )
238 ),
239 'allow_implicit' => false, // default (set to true when you need to support browser-based or mobile apps)
240 'access_lifetime' => 3600, // default (set a value in seconds for access tokens lifetime)
241 'enforce_state' => true, // default
242 'storage' => 'ZF\OAuth2\Adapter\PdoAdapter', // service name for the OAuth2 storage adapter
243 ),
244 'HolMigration' => array(
245 /* BD DE DESARROLLO HOL */
246 'db' => array(
247 'driver' => 'pdo_mysql',
248 'hostname' => '54.90.206.205',//'54.90.206.205',//'54.225.29.136',
249 'database' => 'houseonline',
250 'username' => 'usr_hol_pre',//'usr_hol_pre',//'usr_dev_pro',
251 'password' => 'slp098c2smx',//'slp098c2smx',//'we8aila8Sho0th'
252 'port' => '3306',
253 'options' => array('buffer_results' => true),
254 'driver_options' => array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES \'utf8\'')
255 ),
256 'param' => array(
257 'keys' => array('urBania', 'URBANIA', 'URbania', 'urBanias', 'URBANIAS',
258 'URbanias'),
259 'urlImages' => 'http://54.204.118.76/fotos/inmuebles/'
260 )
261 ),
262 'db' => array_merge(
263 array(
264 'driver' => 'pdo_mysql',
265 'options' => array('buffer_results' => true),
266 'profiler' => true,
267 'driver_options' => array(
268 PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES \'utf8\''
269 )
270 ), $db[$environmentMySQL]
271 ),
272 'app' => array(
273 'itemsByPage' => 5,
274 'itemsByPageMapa' => 50,
275 ),/*
276 'cdn' => array(
277 'link_helper' => array(
278 'enabled' => true,
279 ),
280 'servers' => array(
281 'static_0' => array(
282 'scheme' => 'http',
283 'host' => 'local.urbania.ec/static',//'pre.s.3.urbania.e3.pe/static',
284 'port' => NULL,
285 ),
286 ),
287 'elements' => array(
288 'element_0' => array(
289 'scheme' => 'http',
290 'host' => $environmentElement . '.e3.urbania.pe/elements',
291 //'host' => 'local.urbania.ec/elements',//'pre.s.3.urbania.e3.pe/static',
292 'port' => NULL,
293 ),
294 ),
295 'file_lastCommit' => 'last_commit'
296 ),
297 */
298 'cdn' => array(
299 'link_helper' => array(
300 'enabled' => true,
301 ),
302 'servers' => array(
303 'static_0' => array(
304 'scheme' => 'http',
305 'host' => 'local.urbania.ec/static',//'pre.s.3.urbania.e3.pe/static',
306 'port' => NULL,
307 ),
308 ),
309 'elements' => array(
310 'element_0' => array(
311 'scheme' => 'https',
312 'host' => 's3-eu-west-1.amazonaws.com/dest.lambda.taller.urbania',
313 //'host' => $environmentElement . '.e3.urbania.pe/elements',
314 'port' => NULL,
315 ),
316 ),
317 'file_lastCommit' => 'last_commit'
318 ),
319 'core' => array(
320 'php' => array(
321 'settings' =>
322 array(
323 'session.cookie_domain' => 'local.urbania.ec',
324 'display_startup_errors' => true,
325 'display_errors' => true,
326 'error_reporting' => E_ALL,
327 )
328 ),
329 ),
330 'mongodb' => array(
331 'db' => $mongo[$environmentMongo],
332 'enable' => true
333 ),
334 'solarium' => array(
335 'endpoint' => array(
336 'aviso' => array(
337 'host' => $solr[$environmentSolr]['host'],
338 'port' => $solr[$environmentSolr]['port'],
339 'path' => $solr[$environmentSolr]['path'],
340 'core' => 'aviso',
341 'timeout' => 15
342 ),
343 'inmueble' => array(
344 'host' => $solr[$environmentSolr]['host'],
345 'port' => $solr[$environmentSolr]['port'],
346 'path' => $solr[$environmentSolr]['path'],
347 'core' => 'inmueble',
348 'timeout' => 15
349 ),
350 'proyecto' => array(
351 'host' => $solr[$environmentSolr]['host'],
352 'port' => $solr[$environmentSolr]['port'],
353 'path' => $solr[$environmentSolr]['path'],
354 'core' => 'proyecto',
355 'timeout' => 15
356 ),
357 'ubigeo' => array(
358 'host' => $solr[$environmentSolr]['host'],
359 'port' => $solr[$environmentSolr]['port'],
360 'path' => $solr[$environmentSolr]['path'],
361 'core' => 'ubigeo',
362 'timeout' => 15
363 ),
364 'avisos' => array(
365 'host' => $solr[$environmentSolr]['host'],
366 'port' => $solr[$environmentSolr]['port'],
367 'path' => $solr[$environmentSolr]['path'],
368 'core' => 'avisos',
369 'timeout' => 15
370 ),
371 'ubigeo-online' => array(
372 'host' => $solr[$environmentSolr]['host'],
373 'port' => $solr[$environmentSolr]['port'],
374 'path' => $solr[$environmentSolr]['path'],
375 'core' => 'ubigeo-online',
376 'timeout' => 15
377 )
378 )
379 ),
380 'rabbitMQ' => array(
381 'host' => '50.17.165.135',//rabbitmqhost // '172.17.0.3',//'50.17.165.135',
382 'port' => '5672', // 15672
383 'user' => 'dev_rabbit',//'guest',//'dev_rabbit',
384 'pass' => 'oMITTarw8pJfSN',//'guest',//'oMITTarw8pJfSN',
385 'vhost' => '/',
386 'enabled' => true,
387 'debug' => false,
388 'publisher' => array(
389 'aviso.solr' => array(
390 'exchange' => 'exchange.urbania' . $environmentRabbit . '.solr.aviso',
391 'queue' => 'urbania' . $environmentRabbit . '_aviso_solr',
392 'properties' => array(
393 'user_id' => 'dev_rabbit',
394 'delivery_mode' => 2,
395 'content_type' => 'text/plain'
396 )
397 ),
398 'avisos.solr' => array(
399 'exchange' => 'exchange.urbania' . $environmentRabbit . '.solr.avisos',//'exchange.urbania'.$environmentRabbit.'.solr.avisos',
400 'queue' => 'urbania' . $environmentRabbit . '_avisos_solr',//'urbania'.$environmentRabbit.'_avisos_solr',
401 'properties' => array(
402 'user_id' => 'dev_rabbit',
403 'delivery_mode' => 2,
404 'content_type' => 'text/plain'
405 )
406 ),
407 'proyecto.solr' => array(
408 'exchange' => 'exchange.urbania' . $environmentRabbit . '.solr.proyecto',
409 'queue' => 'urbania' . $environmentRabbit . '_proyecto_solr',
410 'properties' => array(
411 'user_id' => 'dev_rabbit',
412 'delivery_mode' => 2,
413 'content_type' => 'text/plain'
414 )
415 ),
416 'tienda.solr' => array(
417 'exchange' => 'exchange.urbania' . $environmentRabbit . '.solr.tienda',
418 'queue' => 'urbania' . $environmentRabbit . '_tienda_solr',
419 'properties' => array(
420 'user_id' => 'dev_rabbit',
421 'delivery_mode' => 2,
422 'content_type' => 'text/plain'
423 )
424 ),
425 'ubigeo.solr' => array(
426 'exchange' => 'exchange.urbania' . $environmentRabbit . '.solr.ubigeo',
427 'queue' => 'urbania' . $environmentRabbit . '_ubigeo_solr',
428 'properties' => array(
429 'user_id' => 'dev_rabbit',
430 'delivery_mode' => 2,
431 'content_type' => 'text/plain'
432 )
433 ),
434 'estadistica.search.solr' => array(
435 'exchange' => 'exchange.urbania' . $environmentRabbit . '.estadistica.search.solr.local',
436 'queue' => 'urbania' . $environmentRabbit . '_estadistica_solr_search.local',
437 'properties' => array(
438 'user_id' => 'dev_rabbit',
439 'delivery_mode' => 2,
440 'content_type' => 'text/plain'
441 ),
442 'enabled' => false,
443 'debug' => false
444 ),
445 'imagen' => array(
446 'exchange' => 'exchange.urbania' . $environmentRabbit . '.imagen.local',
447 'queue' => 'urbania' . $environmentRabbit . '_imagen_local',
448 'properties' => array(
449 'user_id' => 'dev_rabbit',
450 'delivery_mode' => 2,
451 'content_type' => 'text/plain'
452 )
453 ),
454 'imagen.no.publication' => array(
455 'exchange' => 'exchange.' . $environmentRabbit . '.imagen.no.publication',
456 'queue' => 'urbania' . $environmentRabbit . '_imagen_no_publication',
457 'properties' => array(
458 'user_id' => 'dev_rabbit',
459 'delivery_mode' => 2,
460 'content_type' => 'text/plain'
461 )
462 ),
463 'imagen.replace' => array(
464 'exchange' => 'exchange.urbania' . $environmentRabbit . '.imagen.replace',
465 'queue' => 'urbania' . $environmentRabbit . '_imagen.replace',
466 'properties' => array(
467 'user_id' => 'dev_rabbit',
468 'delivery_mode' => 2,
469 'content_type' => 'text/plain'
470 )
471 ),
472 'imagen.migration' => array(
473 'exchange' => 'exchange.urbania' . $environmentRabbit . '.imagen.migration',
474 'queue' => 'urbania' . $environmentRabbit . '_imagen_migration',
475 'properties' => array(
476 'user_id' => 'dev_rabbit',
477 'delivery_mode' => 2,
478 'content_type' => 'text/plain'
479 )
480 ),
481 'email' => array(
482 'exchange' => 'exchange.urbania' . $environmentRabbit . '.email',
483 'queue' => 'urbania' . $environmentRabbit . '_email',
484 'properties' => array(
485 'user_id' => 'dev_rabbit',
486 'delivery_mode' => 2,
487 'content_type' => 'text/plain'
488 )
489 ),
490 'aviso.mongodb' => array(
491 'exchange' => 'exchange.urbania' . $environmentRabbit . '.mongodb.aviso',
492 'queue' => 'urbania' . $environmentRabbit . '_aviso_mongodb',
493 'properties' => array(
494 'user_id' => 'dev_rabbit',
495 'delivery_mode' => 2,
496 )
497 ),
498 'aviso.houseonline' => array(
499 'exchange' => 'exchange.urbania' . $environmentRabbit . '.hol.importar',
500 'queue' => 'urbania' . $environmentRabbit . '_hol_importar',
501 'properties' => array(
502 'user_id' => 'dev_rabbit',
503 'delivery_mode' => 2,
504 )
505 ),
506 ),
507 'consumer' => array(
508 'imagen.no.publication' => array(
509 'exchange' => 'exchange.urbania' . $environmentRabbit . '.imagen.no.publication',
510 'queue' => 'urbania' . $environmentRabbit . '_imagen_no_publication',
511 'consumer_tag' => 'consumer',
512 'properties' => array(
513 'user_id' => 'dev_rabbit',
514 'delivery_mode' => 2,
515 'content_type' => 'text/plain'
516 )
517 ),
518 )
519 ),
520 'lammimage' => array(
521 'options' => array(
522 'path' => ''
523 ),
524 'server.elements' => 'http://' . $environmentElement . '.e3.urbania.pe',
525 'rest' => array(
526 'image' => '/api/v1/imagen/',
527 'temp' => '/api/v1/temp/',
528 'resize.image' => '/api/v1/imagen/resize/',
529 'file' => '/api/v1/file/',
530 ),
531 'path' => '/elements',
532 'proxy' => array(
533 'proxy_host' => '172.21.0.83',
534 'proxy_port' => 3128,
535 'enabled' => false
536 )
537 ),
538 'service_manager' => array(
539 'factories' => array(
540 'Zend\Cache\Storage\Memcached' => function ($sm) {
541 $cache = Zend\Cache\StorageFactory::factory(array(
542 'adapter' => 'filesystem',
543 'plugins' => array(
544 'exception_handler' => array('throw_exceptions' => false),
545 'serializer'
546 )
547 ));
548 $cache->setOptions(array(
549 'cache_dir' => './data/cache',
550 'readable' => true,
551 'ttl' => 3600
552 ));
553
554 return $cache;
555 },
556 /*'DynamoAdapter' => function($sm) {
557 $client=\Aws\DynamoDb\DynamoDbClient::factory(
558 [
559 'key' => 'AKIAIXCVEMOME4VIJWYA',
560 'secret' => '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',
561 'region' => 'us-west-1',
562 ]
563 );
564 return $client;
565 }*/
566 ),
567 ),
568 'view_manager' => array(
569 'base_path' => "http://local.urbania.ec",
570 'elements_path' => 'http://'.$environmentElement.'.e3.urbania.pe/elements',
571 'display_not_found_reason' => true,
572 'display_exceptions' => true,
573 ),
574 'router' => include 'routes.config.php',
575 'peruIdLocal' => true, //Para implementar peruID local
576 'feed' => array(
577 //Proxy para pruebas (enabled_proxy = false para ambiente producción)
578 'proxy' => array(
579 'proxy_host' => '172.21.0.83',
580 'proxy_port' => 3128,
581 ),
582 'enabled_proxy' => false,
583 'url_distrito' => 'http://dev.2.blog.urbania.pe/category/ate/feed/',
584 'url_casa' => 'http://dev.2.blog.urbania.pe/category/casa-y-mas/feed/',
585 'url_last' => 'http://dev.2.blog.urbania.pe/feed/'
586 ),
587 'peruID' => array(
588 'params' => array(
589 'urlPortal' => 'ed7877ffb0d10b04e390b37c02fbaea1', // apiKey
590 'secretKey' => '9e3d6defa10b71f5a498d9b8aa49a0b4',
591 ),
592 'url' => array(
593 'rest_insert' => 'http://pre.peruid.pe/service/usuarios/rest_insert',
594 'rest_user_exist' => 'http://pre.peruid.pe/index.php/service/usuarios/rest_user_exist/correo/',
595 'rest_user' => 'http://pre.peruid.pe/index.php/service/usuarios/rest_user/',
596 'rest_genera_token_registro' => 'http://pre.peruid.pe/service/usuarios/rest_genera_token_registro/apikey/',
597 'rest_update' => 'http://pre.peruid.pe/index.php/service/usuarios/rest_update/',
598 'rest_data' => 'http://pre.peruid.pe/index.php/service/usuarios/rest_data/apikey/',
599 'base' => 'http://pre.peruid.pe',
600 'movil_inicia' => 'http://pre.peruid.pe/index.php/movil/inicia_session',
601 ),
602 'proxy' => array(
603 'proxy_host' => '172.21.0.83',
604 'proxy_port' => 3128,
605 ),
606 'enabled_proxy' => false,
607 ),
608 'piwik' => array(
609 'options' => array(
610 'token_auth' => 'f6e209c8727ced68cde97bae4371e0dc',
611 'url' => 'http://dev.piwik.ec.pe/index.php',
612 'host' => 'dev.piwik.ec.pe/',
613 'module' => 'API',
614 'idSite' => '3',
615 'period' => 'range',
616 'enabled' => true
617 ),
618 'proxy' => array(
619 'proxy_host' => '172.21.0.83',
620 'proxy_port' => 3128,
621 'enabled' => true
622 )
623 ),
624 'socialMediaUrl' => "http://dev.3.urbania.pe",
625 'SocialMedia' => array(
626 'facebook' => array(
627 'url' => 'http://graph.facebook.com/?id=',
628 'timeout' => 50,
629 'enabled' => true
630 ),
631 'twitter' => array(
632 'url' => 'http://urls.api.twitter.com/1/urls/count.json?url=',
633 'timeout' => 50,
634 'enabled' => true
635 ),
636 'proxy' => array(
637 'proxy_host' => '172.21.0.83',
638 'proxy_port' => 3128,
639 'enabled' => false
640 )
641 ),
642 'gmap' => array(
643 'apikey' => '',
644 'secret_signature' => 'UWK6lx5WTa4Du63s4Q4TQ4SbFZg=',
645 'version' => '1.0',
646 'enabled' => true
647 ),
648 'StatisticsModel' => array(
649 'enabled' => true,
650 'rangeDay' => 1
651 ),
652 'domain.referer' => array(
653 'allowed' => array(
654 'http://local.urbania.ec/',
655 'http://landing.comercio.local/'
656 )
657 ),
658 'mail' => array(
659 'transport' => array(
660 'options' => array(
661 'host' => 'mailtrap.io',
662 'port' => 2525,
663 'connection_class' => 'plain',
664 'connection_config' => array(
665 'username' => '30241a2c7138fc1e1',
666 'password' => 'f0c42fc7f1e01b',
667 ),
668 ),
669 ),
670 'fromEmail' => 'michael.hernandez@clicksandbricks.pe',
671 'fromName' => 'Urbania',
672 'enabled' => true,
673 'list.allowed' => array(
674 'enabled' => false,
675 'domains' => array(
676 'ecodigital.pe'
677 ),
678 'emails' => array(
679 'eder.luis@orbis.pe',
680 'steven.ortiz@orbis.pe',
681 'michael.hernandez@clicksandbricks.pe',
682 'soporteurbania@orbis.pe'
683 )
684 ),
685 'dir' => __DIR__ . '/../email',
686 'show_log' => true
687 ),
688 //=============== Parametros para el proceso de Conciliacion ======================
689 'adecsys' => array(
690 'url' => 'http://pre.wsadecsys.ec.pe/INTEGRACIONAPTITUS.ASMX?wsdl',
691 'contrato' => 'http://pre.wsadecsys.ec.pe/Integracioncontratos.asmx?wsdl',
692 'urbania' => 'http://pre.wsadecsys.ec.pe/IntegracionUrbania.asmx?wsdl',
693 ),
694 'google_engine' => array(
695 'SERVICE_CLIENT_ID' => '83670980957-44ald1hf2gipsotqe3tlp729i01o15ce.apps.googleusercontent.com',
696 'SERVICE_ACCOUNT_EMAIL' => '83670980957-44ald1hf2gipsotqe3tlp729i01o15ce@developer.gserviceaccount.com',
697 'KEY_FILE' => __DIR__ . '/Urbania-af74b17c97e3.p12',
698 'SERVICES' => array(
699 'casinos' => '86d8f4b49cce47ceb94b10d977d145cb',
700 'cines' => '8c46c7c4530946e5b68fd48f06b70c4c',
701 'clubes' => 'fab79d1adda043cfa543409cdcb1882f',
702 'fastfood' => '7c996ec3541d4ef6a1d7d9b9bdc14af9',
703 'grifos' => '7001c03c79fd4156a4b69e8177c4f7ac',
704 'hoteles' => '6ec39a8edf014ce493576f45bdd4b8e0',
705 'malls' => '7d21778f974c45fd92de204af6eda255',
706 'mercado' => 'c17e83557d9b4118aa5329fe34f0ffae',
707 'restaurantes' => 'e42c0ddb38284cfaa134dd6f0f43fcf2',
708 'supermercados' => 'e272e22f377744aabbeb6144a3514b96',
709 'bancos' => '487a45334e544a1bb0f16a6695a989d4',
710 'aeropuertos' => 'eda0cf9a4e42483887a9bdfd9050b582',
711 'bomberos' => '14e270083ff84ae493d033eb7f0020c3',
712 'museos' => '64ef49a54bc7455ea00cbf3deeb58933',
713 'terrapuertos' => '2809a70c8bad4372989e81d29d38fc33',
714 'metro' => 'e6cd8688c7b8452aad2d1ec0cbe151db',
715 'metropolitano' => '5893ed0e44bf4d8092f08ecf33749004',
716 'ferreterias' => 'e9289aa4b09144abb602fdc7b0a796ab',
717 'farmacias' => '33ebaf9e3b53454cbaeb205879d6f852',
718 'estado' => '04bcfa35e1f74d26b1829bc14bd896d7',
719 'militar' => 'a5230dafa15e4c5db5018e4227cc2657',
720 'municipales' => '2d25a2add0df4ef186d4a0755a7ee97b',
721 'salud' => '1e5ee71dbf354b9182cb0371346e88f3',
722 'educacion' => '3e3c550e12bf4771b343c01c6cc81b05',
723 'iglesias' => '0e923ac6ae1d46569fc23658a1ef16c4',
724 'galerias' => '5de102d2645f41f9936eb948bfcfc66f'
725 ),
726 'GEOCODE' => 'http://maps.googleapis.com/maps/api/geocode/json?address=',
727 'PAGINADO' => 10,
728 'COORDENADAS' => array(
729 'lat' => '-12.04335212100054',
730 'lng' => '-77.04298651904907',
731 ),
732 "API_KEY" => "d866b0779ee64c6d9ae952f9195b59af",
733 "BASE_URL" => "http://gpp.analytics.pe/GeopointPlatformAPIService/v1/",
734 "AUTH_URI" => "authentication/accesstoken"
735 ),
736 'analytics' => array(
737 'url' => 'https://servicios.analytics.pe/gpengineservices/gpenginemethods.asmx?WSDL',
738 'userName' => 'API@ORBIS.PE',
739 'password' => '#304$b1%s',
740 'idPaquete' => 1013,
741 'limit-autocomplete' => 10,
742 ),
743 'google_adwords' => array(
744 'conversion_id' => 1044937524,
745 'conversion_label' => 'Bwu9CK6OrgIQtPah8gM'
746 ),
747 'loginUrbania' => array(
748 //'url_api_login' => 'http://'.$environmentApi.'.api.urbania.pe/login/',
749 'url_api_login' => 'http://apihost/login/',
750 'cookieName' => '3_6i6zXhPQmrT-ekaZFhUJTFfohN5TwGnxPG5F4GaRJRhaD2V1PhXnkxFC1BcHRXYv',
751 'apikey' => 'a097b7119db3b25cb3a58c0259e449e0',
752 'enabled_api' => true,
753 'token_expiration_days' => 2
754 ),
755 'email_soporte' => 'soporteurbania@orbis.pe',
756 'emailBccPagoPaquete' => array(
757 'renzo.tejada@clicksandbricks.pe',
758 'christian.gonzales@clicksandbricks.pe',
759 ),
760 /*'dynamodb' => array(
761 'tables' => $dynamodb[$environmentDynamo]['tables']
762 )*/
763 's3Credentials' => array(
764 'key' => 'AKIAIDQZVXN7A3XHFS3Q',
765 'secret' => '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',
766 'region' => 'eu-west-1'
767 ),
768 'adecsys' => array(
769 'url' => 'http://10.10.28.21/wcfIntegracionCliente/IntegracionClientes.svc?singleWsdl',
770 'contrato' => 'http://10.10.28.21/wcfIntegracionContratos/IntegracionContratos.svc?wsdl',
771 'urbania' => 'http://pre.wsadecsys.ec.pe/IntegracionUrbania.asmx?wsdl',
772 )
773);