@@ -24,6 +24,7 @@ pipeline:
AMQP_KEY: ""
CLIENT: fd3
ENV_LIST: "dev,test,prod"
+ DOMAIN: flowdat.com
commands:
- command -v mysqladmin >/dev/null 2>&1 || { echo "I require mysqladmin but it's not installed. Aborting." >&2; exit 1; }
@@ -40,7 +40,7 @@ parameters:
env(AMQP_KEY): ftth
cookie_domain_client: '%env(CLIENT)%'
- cookie_domain: '%cookie_domain_client%.flowdat.com'
+ cookie_domain: '%cookie_domain_client%.%env(DOMAIN)%'
session_names: [flowdat_base_session, flowdat_ftth_session, flowdat_mapas_session, flowdat_stats_session, flowdat_radius_session, flowdat_cablemodem_session, flowdat_dhcp_session]
# nombre del servicio del nginx
@@ -38,7 +38,7 @@ parameters: