|
@@ -19,9 +19,6 @@ parameters:
|
|
|
secret: ThisTokenIsNotSoSecretChangeIt
|
|
|
jms_serializer.camel_case_naming_strategy.class: JMS\Serializer\Naming\IdenticalPropertyNamingStrategy
|
|
|
|
|
|
- # Url para logout en repositorio base
|
|
|
- url_logout: 'http://127.0.0.1/base/app_dev.php/logout'
|
|
|
-
|
|
|
# RabbitMQ parameters
|
|
|
rabbit_mq.host: 127.0.0.1
|
|
|
rabbit_mq.port: 5672
|
|
@@ -37,3 +34,8 @@ parameters:
|
|
|
|
|
|
# RabbitMQ routing key
|
|
|
env(AMQP_KEY) : ""
|
|
|
+
|
|
|
+ env(CLIENT): ''
|
|
|
+ cookie_domain_client: '%env(CLIENT)%'
|
|
|
+ cookie_domain: '%cookie_domain_client%.fd3.flowdat.com'
|
|
|
+ session_names: [flowdat_base_session, flowdat_ftth_session, flowdat_mapas_session, flowdat_stats_session]
|