From ee980a4e8e1879aea17a41bfb16c3bab2086a645 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Fri, 12 Jul 2019 10:43:55 +0200 Subject: [PATCH] add opt-in funtionality --- .circleci/config.yml | 1 + docker-compose.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a431148..7a552ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,6 +4,7 @@ production_env: &production_env environment: - SERVER_HOST=https://server-alpha.offen.dev - OPT_OUT_PIXEL_LOCATION=https://server-alpha.offen.dev/opt-out + - OPT_IN_PIXEL_LOCATION=https://server-alpha.offen.dev/opt-in - KMS_HOST=https://kms-alpha.offen.dev - SCRIPT_HOST=https://script-alpha.offen.dev - AUDITORIUM_HOST=https://auditorium-alpha.offen.dev diff --git a/docker-compose.yml b/docker-compose.yml index 57e715a..53a9583 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -91,6 +91,7 @@ services: environment: - VAULT_HOST=http://localhost:9977 - OPT_OUT_PIXEL_LOCATION=http://localhost:8080/opt-out + - OPT_IN_PIXEL_LOCATION=http://localhost:8080/opt-in accounts: build: