mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
Merge pull request #54 from offen/auditorium-opt-out
Add option to purge events and opt out via auditorium
This commit is contained in:
commit
6b3c43696d
@ -3,6 +3,7 @@ version: 2
|
|||||||
production_env: &production_env
|
production_env: &production_env
|
||||||
environment:
|
environment:
|
||||||
- SERVER_HOST=https://server-alpha.offen.dev
|
- SERVER_HOST=https://server-alpha.offen.dev
|
||||||
|
- OPT_OUT_PIXEL_LOCATION=https://server-alpha.offen.dev/opt-out
|
||||||
- KMS_HOST=https://kms-alpha.offen.dev
|
- KMS_HOST=https://kms-alpha.offen.dev
|
||||||
- SCRIPT_HOST=https://script-alpha.offen.dev
|
- SCRIPT_HOST=https://script-alpha.offen.dev
|
||||||
- AUDITORIUM_HOST=https://auditorium-alpha.offen.dev
|
- AUDITORIUM_HOST=https://auditorium-alpha.offen.dev
|
||||||
|
@ -90,6 +90,7 @@ services:
|
|||||||
- 9955:9955
|
- 9955:9955
|
||||||
environment:
|
environment:
|
||||||
- VAULT_HOST=http://localhost:9977
|
- VAULT_HOST=http://localhost:9977
|
||||||
|
- OPT_OUT_PIXEL_LOCATION=http://localhost:8080/opt-out
|
||||||
|
|
||||||
accounts:
|
accounts:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user