@@ -26,6 +26,7 @@ pipeline:
AMQP_KEY: ""
CLIENT: fd3
MYSQL_ROOT_PASSWORD: ""
+ DOMAIN: flowdat.com
commands:
- command -v mysqladmin >/dev/null 2>&1 || { echo "I require mysqladmin but it's not installed. Aborting." >&2; exit 1; }
@@ -39,7 +39,7 @@ parameters:
env(AMQP_KEY) : ""
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]
# App Dummy URL
@@ -38,5 +38,5 @@ parameters: